Home
last modified time | relevance | path

Searched refs:allocator (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2/build/demos/memdemo/src/
Dallocator.c42 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.2/include/revolution/
Dcnt.h135 MEMAllocator* allocator; member
216 s32 contentInitHandleNAND ( u32 contentIdx, CNTHandleNAND* Cnt, MEMAllocator* allocator
217 s32 contentInitHandleNANDEx ( u32 contentIdx, CNTHandle* Cnt, MEMAllocator* allocator );
218 …InitHandleTitleNAND ( u64 titleId, u32 contentIdx, CNTHandle* Cnt, MEMAllocator* allocator );
248 s32 contentInitHandleDVD ( u32 contentIdx, CNTHandleDVD* Cnt, MEMAllocator* allocator
249 s32 contentInitHandleDVDEx ( u32 contentIdx, CNTHandle* Cnt, MEMAllocator* allocator );
250 …InitHandleTitleDVD ( u64 titleId, u32 contentIdx, CNTHandle* Cnt, MEMAllocator* allocator );
280 …tHandle( contentIdx, CntHandle, allocator ) contentInitHandleNANDEx( (contentIdx), … argument
281 …titleId, contentIdx, CntHandle, allocator ) contentInitHandleTitleNAND( (titleId), (contentIdx), … argument
284 …tHandle( contentIdx, CntHandle, allocator ) contentInitHandleDVDEx( (contentIdx), (… argument
[all …]
Dperf.h126 PERFAllocator allocator,
/RvlSDK-3.2/build/demos/memdemo/
Dmakefile57 allocator.c \
67 allocator \
101 $(FULLBIN_ROOT)/allocator$(BINSUFFIX): allocator.o \