Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_stats.cpp44 malloced>>20, malloced_redzones>>20, mallocs); in Print()
110 malloc_stats->blocks_in_use = stats.mallocs; in FillMallocStatistics()
H A Dasan_stats.h27 uptr mallocs; member
H A Dasan_allocator.cpp577 thread_stats.mallocs++; in Allocate()
/llvm-project-15.0.7/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.cpp419 thread_stats.mallocs++; in Allocate()
/llvm-project-15.0.7/llvm/test/Transforms/GlobalOpt/
H A D2009-11-16-MallocSingleStoreToGlobalVar.ll1 ; Test ensures that non-optimizable array mallocs are not optimized; specifically
/llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/X86/
H A Dasm_cpuid.ll36 ; We used to introduce stack mallocs for UAR detection, but that makes LLVM run
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def168 FUZZER_FLAG_INT(trace_malloc, 0, "If >= 1 will print all mallocs/frees. "