Home
last modified time | relevance | path

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

/RevoEX-2.1/build/demos/share/src/
Ddemokpad.c45 #define SAMPLE_PADHEAP_SIZE ( 128 * 1024 ) macro
73 OSSetMEM2ArenaLo( (void*)OSRoundUp32B( (u32)heapAddress + SAMPLE_PADHEAP_SIZE ) ); in REXDEMOKPadInit()
74 samplePadHeap = MEMCreateExpHeap( heapAddress, SAMPLE_PADHEAP_SIZE ); in REXDEMOKPadInit()
/RevoEX-2.1/build/demos/wddemo/src/
Dsample.c45 #define SAMPLE_PADHEAP_SIZE ( 128 * 1024 ) macro
133 OSSetMEM2ArenaLo( (void*)OSRoundUp32B( (u32)heapAddress + SAMPLE_PADHEAP_SIZE ) ); in SampleInit()
134 samplePadHeap = MEMCreateExpHeap( heapAddress, SAMPLE_PADHEAP_SIZE ); in SampleInit()