Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_platform_mac.cpp162 uptr heap_res, heap_dirty; in WriteMemoryProfile() local
165 RegionMemUsage(HeapMemBeg(), HeapMemEnd(), &heap_res, &heap_dirty); in WriteMemoryProfile()
193 HeapMemBeg(), HeapMemEnd(), heap_res / 1024, heap_dirty / 1024, in WriteMemoryProfile()