Home
last modified time | relevance | path

Searched refs:mallocs (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.h27 uptr mallocs; member
H A Dmemprof_stats.cpp44 malloced >> 20, malloced_overhead >> 20, mallocs); in Print()
H A Dmemprof_allocator.cpp487 thread_stats.mallocs++; in Allocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.h27 uptr mallocs; member
H A Dasan_allocator.cpp635 thread_stats.mallocs++; in Allocate()
/freebsd/libexec/bootpd/
H A DToDo6 Currently mallocs memory in a very haphazard manner. As such, most of
/freebsd/contrib/sendmail/contrib/
H A Drmail.oldsys.patch36 + /* some systems can't handle size zero mallocs */
/freebsd/sys/netgraph/
H A DNOTES7 - all mallocs/frees now changed to use this.. JRE
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def168 FUZZER_FLAG_INT(trace_malloc, 0, "If >= 1 will print all mallocs/frees. "
/freebsd/contrib/diff/
H A DChangeLog2074 * cmp.c (main): Align buffer size to word size; some mallocs care.