Searched refs:startAddress (Results 1 – 5 of 5) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/cafe/mem/ |
| D | unitHeap.h | 81 void* startAddress, 119 void* startAddress, in MEMCreateUnitHeap() argument 124 … return MEMCreateUnitHeapEx( startAddress, heapSize, memBlockSize, MEM_HEAP_DEFAULT_ALIGNMENT, 0 ); in MEMCreateUnitHeap()
|
| D | frameHeap.h | 89 void* startAddress, 133 void* startAddress, in MEMCreateFrmHeap() argument 137 return MEMCreateFrmHeapEx( startAddress, size, 0 ); in MEMCreateFrmHeap()
|
| D | expHeap.h | 148 void* startAddress, 212 void* startAddress, in MEMCreateExpHeap() argument 216 return MEMCreateExpHeapEx( startAddress, size, 0 ); in MEMCreateExpHeap()
|
| D | defaultHeap.h | 59 MEMHeapHandle MEMCreateUserHeapHandle(void* startAddress, u32 size);
|
| /CafeSDK-2.12.13-1/system/include/windows/ |
| D | mem.h | 50 #define MEMCreateExpHeap(startAddress, size) malloc(size) argument
|