Home
last modified time | relevance | path

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

/system/core/libmemunreachable/include/memunreachable/
Dmemunreachable.h59 size_t allocation_bytes; member
/system/core/libmemunreachable/
DMemUnreachable.cpp332 size_t allocation_bytes = unreachable.AllocationBytes(); in GetUnreachableMemory() local
341 ok = ok && pipe.Sender().Send(allocation_bytes); in GetUnreachableMemory()
392 ok = ok && pipe.Receiver().Receive(&info.allocation_bytes); in GetUnreachableMemory()
403 info.allocation_bytes, info.num_allocations, plural(info.num_allocations)); in GetUnreachableMemory()