Home
last modified time | relevance | path

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

/art/libartbase/base/
Darena_allocator.cc146 size_t num_allocations = NumAllocations(); in Dump() local
147 if (num_allocations != 0) { in Dump()
149 << num_allocations << ", avg size: " << bytes_allocated / num_allocations << "\n"; in Dump()
/art/runtime/gc/space/
Dlarge_object_space_test.cc54 static const size_t num_allocations = 64; in LargeObjectTest() local
59 while (requests.size() < num_allocations) { in LargeObjectTest()