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

/art/runtime/
H A Dmonitor_pool.h109 FreeInternal();
123 void FreeInternal() NO_THREAD_SAFETY_ANALYSIS;
H A Dmonitor_pool.cc91 void MonitorPool::FreeInternal() { function in class:art::MonitorPool
/art/runtime/gc/allocator/
H A Drosalloc.cc497 size_t RosAlloc::FreeInternal(Thread* self, void* ptr) { function in class:art::gc::allocator::RosAlloc
507 LOG(INFO) << "RosAlloc::FreeInternal() : " << std::hex << ptr << ", pm_idx=" << std::dec << pm_idx
543 return FreeInternal(self, ptr);
1009 freed_bytes += FreeInternal(self, ptrs[i]);
H A Drosalloc.h808 size_t FreeInternal(Thread* self, void* ptr) REQUIRES(!lock_);

Completed in 60 milliseconds