Home
last modified time | relevance | path

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

/art/runtime/base/
Darena_allocator.cc109 size_t num_allocations = NumAllocations(); in Dump() local
110 if (num_allocations != 0) { in Dump()
112 << num_allocations << ", avg size: " << bytes_allocated / num_allocations << "\n"; in Dump()
/art/runtime/gc/space/
Dlarge_object_space_test.cc46 static const size_t num_allocations = 64; in LargeObjectTest() local
51 while (requests.size() < num_allocations) { in LargeObjectTest()