Searched refs:alloc_bytes_before (Results 1 – 2 of 2) sorted by relevance
44 uint64_t alloc_bytes_before = mallinfo().uordblks; in BenchmarkElfCreate() local57 alloc_bytes += mallinfo().uordblks - alloc_bytes_before; in BenchmarkElfCreate()
45 uint64_t alloc_bytes_before = mallinfo().uordblks; in BenchmarkSymbolLookup() local70 alloc_bytes += mallinfo().uordblks - alloc_bytes_before; in BenchmarkSymbolLookup()