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