Searched refs:samplePadHeap (Results 1 – 2 of 2) sorted by relevance
47 static MEMHeapHandle samplePadHeap; variable74 samplePadHeap = MEMCreateExpHeap( heapAddress, SAMPLE_PADHEAP_SIZE ); in REXDEMOKPadInit()76 if( samplePadHeap == NULL ) in REXDEMOKPadInit()224 return MEMAllocFromExpHeap( samplePadHeap, size ); in AllocFromPadHeap()240 MEMFreeToExpHeap( samplePadHeap, ptr ); in FreeToPadHeap()
73 static MEMHeapHandle samplePadHeap; variable134 samplePadHeap = MEMCreateExpHeap( heapAddress, SAMPLE_PADHEAP_SIZE ); in SampleInit()135 if( samplePadHeap == NULL ) in SampleInit()280 return MEMAllocFromExpHeap( samplePadHeap, size ); in AllocFromPadHeap()296 MEMFreeToExpHeap( samplePadHeap, ptr ); in FreeToPadHeap()