Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/share/src/
Ddemokpad.c51 #define SAMPLE_PADHEAP_SIZE ( 128 * 1024 ) macro
79 OSSetMEM2ArenaLo( (void*)OSRoundUp32B( (u32)heapAddress + SAMPLE_PADHEAP_SIZE ) ); in REXDEMOKPadInit()
80 samplePadHeap = MEMCreateExpHeap( heapAddress, SAMPLE_PADHEAP_SIZE ); in REXDEMOKPadInit()
/RevoEX-2.3/build/demos/wddemo/src/
Dsample.c51 #define SAMPLE_PADHEAP_SIZE ( 128 * 1024 ) macro
139 OSSetMEM2ArenaLo( (void*)OSRoundUp32B( (u32)heapAddress + SAMPLE_PADHEAP_SIZE ) ); in SampleInit()
140 samplePadHeap = MEMCreateExpHeap( heapAddress, SAMPLE_PADHEAP_SIZE ); in SampleInit()