Searched refs:samplePadHeap (Results 1 – 2 of 2) sorted by relevance
53 static MEMHeapHandle samplePadHeap; variable80 samplePadHeap = MEMCreateExpHeap( heapAddress, SAMPLE_PADHEAP_SIZE ); in REXDEMOKPadInit()82 if( samplePadHeap == NULL ) in REXDEMOKPadInit()230 return MEMAllocFromExpHeap( samplePadHeap, size ); in AllocFromPadHeap()246 MEMFreeToExpHeap( samplePadHeap, ptr ); in FreeToPadHeap()
79 static MEMHeapHandle samplePadHeap; variable140 samplePadHeap = MEMCreateExpHeap( heapAddress, SAMPLE_PADHEAP_SIZE ); in SampleInit()141 if( samplePadHeap == NULL ) in SampleInit()286 return MEMAllocFromExpHeap( samplePadHeap, size ); in AllocFromPadHeap()302 MEMFreeToExpHeap( samplePadHeap, ptr ); in FreeToPadHeap()