GaryOderNichts
|
2c98cc91aa
|
Run clang-format
C/C++ CI / ubuntu-latest (push) Has been cancelled
`find . -regex '.*\.\(cpp\|hpp\|cu\|cuh\|c\|h\)' -exec clang-format -style=file -i {} \;`
|
2025-06-05 11:06:04 +01:00 |
|
Daniel K. O.
|
6f48526d37
|
coreinit: Add memory allocator functions (#402)
C/C++ CI / ubuntu-latest (push) Has been cancelled
Co-authored-by: Daniel K. O. (dkosmari) <none@none>
|
2024-10-07 22:04:47 +02:00 |
|
Maschell
|
08cfb34e0b
|
coreinit: Add MEMCheckExpHeap and MEMCheckHeap (#358)
* coreinit: Add MEMCheckExpHeap and MEMCheckHeap
* coreinit: Fix MEMCheckExpHeap and MEMCheckHeap functions
|
2024-04-20 19:25:24 +02:00 |
|
Maschell
|
fa285aa946
|
Add MEMFindParentHeap and MEMCreateUserHeapHandle
|
2018-06-26 15:55:01 +01:00 |
|
James Benton
|
5f1b1902f6
|
Prefix structsize macros with WUT_
|
2018-06-20 11:05:16 +01:00 |
|
James Benton
|
3e117fe667
|
coreinit: Merge baseheap.h into memheap.h
|
2018-05-30 13:11:20 +01:00 |
|
James Benton
|
d02bdf6e35
|
Use enums instead of defines in memheap.h
|
2016-07-23 11:09:58 +01:00 |
|
James Benton
|
29b6d586e6
|
Update frameheap to have correct structure.
|
2016-07-23 11:09:58 +01:00 |
|