Home
last modified time | relevance | path

Searched refs:Allocations (Results 1 – 4 of 4) sorted by relevance

/system/memory/libmemunreachable/
DMemUnreachable.cpp62 size_t Allocations() { return heap_walker_.Allocations(); } in Allocations() function in android::MemUnreachable
362 size_t num_allocations = unreachable.Allocations(); in GetUnreachableMemory()
DHeapWalker.h85 size_t Allocations();
DREADME.md59 2. Allocations are disabled using `malloc_disable()`
63 …6. *Original process*: Allocations are re-enabled using `malloc_enable()`, but all threads are sti…
DHeapWalker.cpp135 size_t HeapWalker::Allocations() { in Allocations() function in android::HeapWalker