Home
last modified time | relevance | path

Searched defs:heap_bytes_used (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/m133/bench/
DSkSLBench.cpp628 static int64_t heap_bytes_used() { in heap_bytes_used() function
635 static int64_t heap_bytes_used() { in heap_bytes_used() function
644 static int64_t heap_bytes_used() { in heap_bytes_used() function
/third_party/skia/bench/
DSkSLBench.cpp508 auto heap_bytes_used = []() { return mallinfo().uordblks; }; in RunSkSLMemoryBenchmarks() local