Searched refs:AllocatedUser (Results 1 – 2 of 2) sorted by relevance
141 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() local854 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 …]
216 Region->MemMapInfo.AllocatedUser / BlockSize); in verifyAllBlocksAreReleasedTestOnly()369 const uptr To = From + Region->MemMapInfo.AllocatedUser; in iterateOverBlocks()557 uptr AllocatedUser = 0; member988 Region->MemMapInfo.AllocatedUser + MaxCount * Size; in populateFreeListAndPopBatch()1024 uptr P = RegionBeg + Region->MemMapInfo.AllocatedUser; in populateFreeListAndPopBatch()1061 const uptr AllocatedUser = Size * NumberOfBlocks; in populateFreeListAndPopBatch() local1062 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 …]