Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h141 DCHECK_EQ(TotalBlocks, Sci->AllocatedUser / BlockSize); in verifyAllBlocksAreReleasedTestOnly()
161 Sci->AllocatedUser / BlockSize); in verifyAllBlocksAreReleasedTestOnly()
323 TotalMapped += Sci->AllocatedUser; in getStats()
418 uptr AllocatedUser GUARDED_BY(Mutex); in alignas()
853 const uptr AllocatedUser = Size * NumberOfBlocks; in populateFreeList() local
854 C->getStats().add(StatFree, AllocatedUser); in populateFreeList()
863 Sci->CurrentRegionAllocated += AllocatedUser; in populateFreeList()
865 Sci->AllocatedUser += AllocatedUser; in populateFreeList()
872 if (Sci->AllocatedUser == 0) in getStats()
951 Sci->AllocatedUser -
[all …]
H A Dprimary64.h216 Region->MemMapInfo.AllocatedUser / BlockSize); in verifyAllBlocksAreReleasedTestOnly()
369 const uptr To = From + Region->MemMapInfo.AllocatedUser; in iterateOverBlocks()
557 uptr AllocatedUser = 0; member
988 Region->MemMapInfo.AllocatedUser + MaxCount * Size; in populateFreeListAndPopBatch()
1024 uptr P = RegionBeg + Region->MemMapInfo.AllocatedUser; in populateFreeListAndPopBatch()
1061 const uptr AllocatedUser = Size * NumberOfBlocks; in populateFreeListAndPopBatch() local
1062 C->getStats().add(StatFree, AllocatedUser); in populateFreeListAndPopBatch()
1063 Region->MemMapInfo.AllocatedUser += AllocatedUser; in populateFreeListAndPopBatch()
1101 Region->MemMapInfo.AllocatedUser + Region->RegionBeg; in getRegionFragmentationInfo()
1149 Region->MemMapInfo.AllocatedUser + Region->RegionBeg;
[all …]