Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h1551 const uptr BatchGroupUsedEnd = BatchGroupBase + AllocatedGroupSize; in markFreeBlocks() local
1553 BatchGroupUsedEnd == AllocatedUserEnd; in markFreeBlocks()
1555 (BatchGroupUsedEnd - Region->RegionBeg) % BlockSize == 0; in markFreeBlocks()
1572 Context.markRangeAsAllCounted(BatchGroupBase, BatchGroupUsedEnd, in markFreeBlocks()