Home | History | Annotate | Download | only in allocator

Lines Matching refs:FreeInternal

485 size_t RosAlloc::FreeInternal(Thread* self, void* ptr) {
495 LOG(INFO) << "RosAlloc::FreeInternal() : " << std::hex << ptr << ", pm_idx=" << std::dec << pm_idx
532 return FreeInternal(self, ptr);
1151 freed_bytes += FreeInternal(self, ptrs[i]);