Searched refs:FreeInternal (Results 1 – 4 of 4) sorted by relevance
109 FreeInternal(); in ~MonitorPool()123 void FreeInternal() NO_THREAD_SAFETY_ANALYSIS;
91 void MonitorPool::FreeInternal() { in FreeInternal() function in art::MonitorPool
804 size_t FreeInternal(Thread* self, void* ptr) REQUIRES(!lock_);
503 size_t RosAlloc::FreeInternal(Thread* self, void* ptr) { in FreeInternal() function in art::gc::allocator::RosAlloc549 return FreeInternal(self, ptr); in Free()1015 freed_bytes += FreeInternal(self, ptrs[i]); in BulkFree()