Home
last modified time | relevance | path

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

/system/memory/libmemunreachable/include/memunreachable/
Dmemunreachable.h66 size_t allocation_bytes = 0; member
/system/memory/libmemunreachable/
DMemUnreachable.cpp363 size_t allocation_bytes = unreachable.AllocationBytes(); in GetUnreachableMemory() local
372 ok = ok && pipe.Sender().Send(allocation_bytes); in GetUnreachableMemory()
423 ok = ok && pipe.Receiver().Receive(&info.allocation_bytes); in GetUnreachableMemory()
433 info.leak_bytes, info.num_leaks, plural(info.num_leaks), info.allocation_bytes, in GetUnreachableMemory()