Searched refs:mmaps (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/memprof/ |
| D | memprof_stats.h | 36 uptr mmaps; member
|
| D | memprof_stats.cpp | 50 (mmaped - munmaped) >> 20, mmaped >> 20, munmaped >> 20, mmaps, in Print()
|
| D | memprof_allocator.cpp | 151 thread_stats.mmaps++; in OnMap()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/ |
| D | asan_stats.h | 36 uptr mmaps; member
|
| D | asan_stats.cpp | 51 mmaps, munmaps); in Print()
|
| D | asan_allocator.cpp | 250 thread_stats.mmaps++; in OnMap()
|
| /freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/ |
| D | iw_cxgbe.h | 498 struct list_head mmaps; member 532 list_for_each_safe(pos, nxt, &ucontext->mmaps) { in remove_mmap() 554 list_add_tail(&mm->entry, &ucontext->mmaps); in insert_mmap()
|
| D | provider.c | 106 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) in _c4iw_free_ucontext() 139 INIT_LIST_HEAD(&context->mmaps); in c4iw_alloc_ucontext()
|