Home
last modified time | relevance | path

Searched refs:AllocationBytes (Results 1 – 3 of 3) sorted by relevance

/system/memory/libmemunreachable/
DMemUnreachable.cpp63 size_t AllocationBytes() { return heap_walker_.AllocationBytes(); } in AllocationBytes() function in android::MemUnreachable
363 size_t allocation_bytes = unreachable.AllocationBytes(); in GetUnreachableMemory()
DHeapWalker.h86 size_t AllocationBytes();
DHeapWalker.cpp139 size_t HeapWalker::AllocationBytes() { in AllocationBytes() function in android::HeapWalker