Home
last modified time | relevance | path

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

/RvlSDK-3.3/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.3/include/revolution/
Dcnt.h138 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 …]
Dperf.h126 PERFAllocator allocator,
/RvlSDK-3.3/build/demos/memdemo/
Dmakefile60 allocator.c \
70 allocator \
104 $(FULLBIN_ROOT)/allocator$(BINSUFFIX): allocator.o \
/RvlSDK-3.3/build/demos/hbmdemo/rsodemo/include/
Drsomodule.h29 void setAllocator(MEMAllocator* allocator);
/RvlSDK-3.3/build/demos/hbmdemo/rsodemo/src/
Drsomodule.c118 setAllocator(MEMAllocator* allocator) in setAllocator() argument
120 g_alloc = allocator; in setAllocator()
Drsodemo.cpp201 void (*setAllocator)(MEMAllocator* allocator);
/RvlSDK-3.3/vcmv/depend/RVL/DEBUG/
Dvcmv_test.d54 C:/Nintendo/Revolution/RVL_SDK/include/revolution/mem/allocator.h \