Searched refs:alloc_bytes (Results 1 – 2 of 2) sorted by relevance
36 uint64_t alloc_bytes = 0; in BenchmarkElfCreate() local57 alloc_bytes += mallinfo().uordblks - alloc_bytes_before; in BenchmarkElfCreate()68 state.counters["ALLOCATED_BYTES"] = alloc_bytes / static_cast<double>(state.iterations()); in BenchmarkElfCreate()
37 uint64_t alloc_bytes = 0; in BenchmarkSymbolLookup() local70 alloc_bytes += mallinfo().uordblks - alloc_bytes_before; in BenchmarkSymbolLookup()81 state.counters["ALLOCATED_BYTES"] = alloc_bytes / static_cast<double>(state.iterations()); in BenchmarkSymbolLookup()