Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h174 if (UNLIKELY(!PopulateFreeList(stat, c, sci, class_id))) in AllocateBatch()
341 bool PopulateFreeList(AllocatorStats *stat, AllocatorCache *c, in PopulateFreeList() function
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h877 bool PopulateFreeList = false; in popBlocksWithCV() local
882 PopulateFreeList = true; in popBlocksWithCV()
886 if (PopulateFreeList) { in popBlocksWithCV()