Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.cpp50 (mmaped-munmaped)>>20, mmaped>>20, munmaped>>20, in Print()
113 malloc_stats->size_allocated = stats.mmaped; in FillMallocStatistics()
151 return stats.mmaped - stats.munmaped; in __sanitizer_get_heap_size()
157 uptr total_free = stats.mmaped in __sanitizer_get_free_bytes()
H A Dasan_stats.h37 uptr mmaped; member
H A Dasan_allocator.cpp287 thread_stats.mmaped += size; in OnMap()
302 thread_stats.mmaped += size; in OnMapSecondary()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp50 (mmaped - munmaped) >> 20, mmaped >> 20, munmaped >> 20, mmaps, in Print()
142 return stats.mmaped - stats.munmaped; in __sanitizer_get_heap_size()
148 uptr total_free = stats.mmaped - stats.munmaped + stats.really_freed; in __sanitizer_get_free_bytes()
H A Dmemprof_stats.h37 uptr mmaped; member
H A Dmemprof_allocator.cpp191 thread_stats.mmaped += size; in OnMap()
/freebsd/contrib/file/
H A DChangeLog2061 * fix unmapping'ing of mmaped files.