Home
last modified time | relevance | path

Searched refs:realloced (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.h35 uptr realloced; member
H A Dmemprof_stats.cpp45 Printf("Stats: %zuM realloced by %zu calls\n", realloced >> 20, reallocs); in Print()
H A Dmemprof_allocator.cpp554 thread_stats.realloced += new_size; in Reallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.h35 uptr realloced; member
H A Dasan_allocator.cpp764 thread_stats.realloced += new_size; in Reallocate()
/freebsd/contrib/tcsh/
H A DFixes1578 18. Globbing bug with brace expansion, when arguments need to be realloced...