Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_stats.h35 uptr reallocs; member
H A Dasan_stats.cc46 Printf("Stats: %zuM realloced by %zu calls\n", realloced>>20, reallocs); in Print()
H A Dasan_allocator.cc658 thread_stats.reallocs++; in Reallocate()
/freebsd-12.1/crypto/heimdal/
H A DChangeLog.19981257 * lib/krb5/principal.c: Reduce number of reallocs in unparse_name.