Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_mapping.h58 #define HISTOGRAM_GRANULARITY 8ULL macro
62 #define HISTOGRAM_SHADOW_MASK ~(HISTOGRAM_GRANULARITY - 1)
H A Dmemprof_allocator.cpp328 RoundUpTo(user_size, HISTOGRAM_GRANULARITY) / HISTOGRAM_GRANULARITY; in CreateNewMIBWithHistogram()
334 *((u8 *)HISTOGRAM_MEM_TO_SHADOW(p + HISTOGRAM_GRANULARITY * i)); in CreateNewMIBWithHistogram()