Home
last modified time | relevance | path

Searched refs:reallocs (Results 1 – 6 of 6) 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.cpp553 thread_stats.reallocs++; in Reallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.h34 uptr reallocs; member
H A Dasan_allocator.cpp763 thread_stats.reallocs++; in Reallocate()
/freebsd/crypto/heimdal/
H A DChangeLog.19981257 * lib/krb5/principal.c: Reduce number of reallocs in unparse_name.