Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.h542 size_t FreeInternal(Thread* self, void* ptr) LOCKS_EXCLUDED(lock_);
Drosalloc.cc495 size_t RosAlloc::FreeInternal(Thread* self, void* ptr) { in FreeInternal() function in art::gc::allocator::RosAlloc
541 return FreeInternal(self, ptr); in Free()
1160 freed_bytes += FreeInternal(self, ptrs[i]); in BulkFree()