Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/benchmarks/
DElfBenchmark.cpp44 uint64_t alloc_bytes_before = mallinfo().uordblks; in BenchmarkElfCreate() local
57 alloc_bytes += mallinfo().uordblks - alloc_bytes_before; in BenchmarkElfCreate()
DSymbolBenchmark.cpp45 uint64_t alloc_bytes_before = mallinfo().uordblks; in BenchmarkSymbolLookup() local
70 alloc_bytes += mallinfo().uordblks - alloc_bytes_before; in BenchmarkSymbolLookup()