Searched refs:BytesInFreeList (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h368 const uptr BytesInFreeList = local
371 if (BytesInFreeList < PageSize)
H A Dprimary64.h369 const uptr BytesInFreeList = local
372 if (BytesInFreeList < PageSize)

Completed in 74 milliseconds