Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp37 #define MAX_HISTOGRAM_PRINT_SIZE 32U macro
76 uint32_t PrintSize = M.AccessHistogramSize > MAX_HISTOGRAM_PRINT_SIZE in Print()
77 ? MAX_HISTOGRAM_PRINT_SIZE in Print()