Searched refs:allocator (Results 1 – 8 of 8) sorted by relevance
| /RvlSDK-3.3/build/demos/memdemo/src/ |
| D | allocator.c | 42 AllocateTest( MEMAllocator* allocator, u32 size ) in AllocateTest() argument 49 addr = MEMAllocFromAllocator( allocator, size ); in AllocateTest() 57 MEMFreeToAllocator( allocator, addr ); in AllocateTest() 98 MEMAllocator allocator; in main() local 100 MEMInitAllocatorForExpHeap( &allocator, hExpHeap, 4 ); in main() 104 AllocateTest( &allocator, 50 ); in main() 105 AllocateTest( &allocator, 100 ); in main() 111 MEMAllocator allocator; in main() local 112 MEMInitAllocatorForFrmHeap( &allocator, hFrmHeap, 4 ); in main() 116 AllocateTest( &allocator, 50 ); in main() [all …]
|
| /RvlSDK-3.3/include/revolution/ |
| D | cnt.h | 138 MEMAllocator* allocator; member 219 s32 contentInitHandleNAND ( u32 contentIdx, CNTHandleNAND* Cnt, MEMAllocator* allocator… 220 s32 contentInitHandleNANDEx ( u32 contentIdx, CNTHandle* Cnt, MEMAllocator* allocator ); 221 …InitHandleTitleNAND ( u64 titleId, u32 contentIdx, CNTHandle* Cnt, MEMAllocator* allocator ); 251 s32 contentInitHandleDVD ( u32 contentIdx, CNTHandleDVD* Cnt, MEMAllocator* allocator … 252 s32 contentInitHandleDVDEx ( u32 contentIdx, CNTHandle* Cnt, MEMAllocator* allocator ); 253 …InitHandleTitleDVD ( u64 titleId, u32 contentIdx, CNTHandle* Cnt, MEMAllocator* allocator ); 283 …tHandle( contentIdx, CntHandle, allocator ) contentInitHandleNANDEx( (contentIdx), … argument 284 …titleId, contentIdx, CntHandle, allocator ) contentInitHandleTitleNAND( (titleId), (contentIdx), … argument 287 …tHandle( contentIdx, CntHandle, allocator ) contentInitHandleDVDEx( (contentIdx), (… argument [all …]
|
| D | perf.h | 126 PERFAllocator allocator,
|
| /RvlSDK-3.3/build/demos/memdemo/ |
| D | makefile | 60 allocator.c \ 70 allocator \ 104 $(FULLBIN_ROOT)/allocator$(BINSUFFIX): allocator.o \
|
| /RvlSDK-3.3/build/demos/hbmdemo/rsodemo/include/ |
| D | rsomodule.h | 29 void setAllocator(MEMAllocator* allocator);
|
| /RvlSDK-3.3/build/demos/hbmdemo/rsodemo/src/ |
| D | rsomodule.c | 118 setAllocator(MEMAllocator* allocator) in setAllocator() argument 120 g_alloc = allocator; in setAllocator()
|
| D | rsodemo.cpp | 201 void (*setAllocator)(MEMAllocator* allocator);
|
| /RvlSDK-3.3/vcmv/depend/RVL/DEBUG/ |
| D | vcmv_test.d | 54 C:/Nintendo/Revolution/RVL_SDK/include/revolution/mem/allocator.h \
|