Home
last modified time | relevance | path

Searched refs:FreeInternal (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dmonitor_pool.h109 FreeInternal(); in ~MonitorPool()
123 void FreeInternal() NO_THREAD_SAFETY_ANALYSIS;
Dmonitor_pool.cc91 void MonitorPool::FreeInternal() { in FreeInternal() function in art::MonitorPool
/art/runtime/gc/allocator/
Drosalloc.h804 size_t FreeInternal(Thread* self, void* ptr) REQUIRES(!lock_);
Drosalloc.cc503 size_t RosAlloc::FreeInternal(Thread* self, void* ptr) { in FreeInternal() function in art::gc::allocator::RosAlloc
549 return FreeInternal(self, ptr); in Free()
1015 freed_bytes += FreeInternal(self, ptrs[i]); in BulkFree()