Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.h34 uptr reallocs; member
H A Dmemprof_stats.cpp45 Printf("Stats: %zuM realloced by %zu calls\n", realloced >> 20, reallocs); in Print()
H A Dmemprof_allocator.cpp491 thread_stats.reallocs++; in Reallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.h34 uptr reallocs; member
H A Dasan_stats.cpp45 Printf("Stats: %zuM realloced by %zu calls\n", realloced>>20, reallocs); in Print()
H A Dasan_allocator.cpp755 thread_stats.reallocs++; in Reallocate()
/freebsd/crypto/heimdal/
H A DChangeLog.19981257 * lib/krb5/principal.c: Reduce number of reallocs in unparse_name.