Searched refs:mmaps (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_stats.h | 36 uptr mmaps; member
|
| H A D | memprof_stats.cpp | 50 (mmaped - munmaped) >> 20, mmaped >> 20, munmaped >> 20, mmaps, in Print()
|
| H A D | memprof_allocator.cpp | 202 thread_stats.mmaps++; in OnMap()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_stats.h | 36 uptr mmaps; member
|
| H A D | asan_allocator.cpp | 287 thread_stats.mmaps++; in OnMap() 302 thread_stats.mmaps++; in OnMapSecondary()
|
| /freebsd/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | iw_cxgbe.h | 509 struct list_head mmaps; 531 list_for_each_safe(pos, nxt, &ucontext->mmaps) { in remove_mmap() 553 list_add_tail(&mm->entry, &ucontext->mmaps); in insert_mmap() 510 struct list_head mmaps; global() member
|
| H A D | provider.c | 104 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) in c4iw_dealloc_ucontext() 122 INIT_LIST_HEAD(&context->mmaps); in c4iw_alloc_ucontext()
|