Searched refs:num_allocations (Results 1 – 2 of 2) sorted by relevance
147 size_t num_allocations = NumAllocations(); in Dump() local148 if (num_allocations != 0) { in Dump()150 << num_allocations << ", avg size: " << bytes_allocated / num_allocations << "\n"; in Dump()
54 static const size_t num_allocations = 64; in LargeObjectTest() local59 while (requests.size() < num_allocations) { in LargeObjectTest()