Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/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.1.4/build/demos/memdemo/
Dmakefile57 allocator.c \
67 allocator \
101 $(FULLBIN_ROOT)/allocator$(BINSUFFIX): allocator.o \
/RvlSDK-3.1.4/include/revolution/
Dperf.h126 PERFAllocator allocator,