Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor_pool.h112 FreeInternal(); in ~MonitorPool()
126 void FreeInternal() NO_THREAD_SAFETY_ANALYSIS;
Dmonitor_pool.cc91 void MonitorPool::FreeInternal() { in FreeInternal() function in art::MonitorPool
/art/runtime/gc/allocator/
Drosalloc.h808 size_t FreeInternal(Thread* self, void* ptr) REQUIRES(!lock_);
Drosalloc.cc499 size_t RosAlloc::FreeInternal(Thread* self, void* ptr) { in FreeInternal() function in art::gc::allocator::RosAlloc
545 return FreeInternal(self, ptr); in Free()
1011 freed_bytes += FreeInternal(self, ptrs[i]); in BulkFree()