Searched refs:mmaped (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.cpp49 Printf("Stats: %zuM (%zuM-%zuM) mmaped; %zu maps, %zu unmaps\n",
50 (mmaped-munmaped)>>20, mmaped>>20, munmaped>>20,
113 malloc_stats->size_allocated = stats.mmaped;
151 return stats.mmaped - stats.munmaped;
157 uptr total_free = stats.mmaped
H A Dasan_stats.h37 uptr mmaped; member in struct:__asan::AsanStats
H A Dasan_allocator.cpp192 thread_stats.mmaped += size;

Completed in 107 milliseconds