Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/memdemo/src/
Dallocator.c28 #define UNIT_BLOCK_SIZE 64 macro
91 …MEMHeapHandle hUnitHeap = MEMCreateUnitHeap( arenaLo + HEAP_SIZE * 2, HEAP_SIZE, UNIT_BLOCK_SIZE ); in main()