Searched defs:free_heap (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/frameworks/native/libs/binder/ | ||
H A D | IMemory.cpp | 100 static inline void free_heap(const sp<IBinder>& binder) { in free_heap() function in android::BpMemoryHeap |
/aosp_15_r20/art/runtime/gc/ | ||
H A D | heap.cc | 2006 size_t free_heap = UnsignedDifference(growth_limit_, curr_bytes_allocated); in AllocateInternalWithGc() local |