Searched refs:Allocations (Results 1 – 4 of 4) sorted by relevance
62 size_t Allocations() { return heap_walker_.Allocations(); } in Allocations() function in android::MemUnreachable362 size_t num_allocations = unreachable.Allocations(); in GetUnreachableMemory()
85 size_t Allocations();
59 2. Allocations are disabled using `malloc_disable()`63 …6. *Original process*: Allocations are re-enabled using `malloc_enable()`, but all threads are sti…
135 size_t HeapWalker::Allocations() { in Allocations() function in android::HeapWalker