Home
last modified time | relevance | path

Searched defs:total_free (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp148 uptr total_free = stats.mmaped - stats.munmaped + stats.really_freed; in __sanitizer_get_free_bytes() local
/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.cpp157 uptr total_free = stats.mmaped in __sanitizer_get_free_bytes() local
/llvm-project/libcxxabi/src/
H A Dfallback_malloc.cpp238 heap_size total_free = 0; in print_free_list() local
/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp395 static void bcheck(kmp_info_t *th, bufsize *max_free, bufsize *total_free) { in bcheck()