Searched refs:heapEnd (Results 1 – 1 of 1) sorted by relevance
124 void* heapEnd; // Heap end (+1) address. member202 return heap->heapEnd; in MEMGetHeapEndAddress()218 return ((s32)(heap->heapEnd) - (s32)(heap->heapStart)); in MEMGetHeapTotalUsableSize()236 return ((s32)(heap->heapEnd) - (s32)(heap->heapStart)); in MEMGetHeapTotalSize()237 return ((s32)(heap->heapEnd) - (s32)(heap)); in MEMGetHeapTotalSize()