Searched refs:AlignedSize (Results 1 – 2 of 2) sorted by relevance
305 const uptr AlignedSize = (Alignment > MinAlignment) ? in allocate() local308 UNLIKELY(AlignedSize >= MaxAllowedMallocSize)) { in allocate()311 reportAllocationSizeTooBig(Size, AlignedSize, MaxAllowedMallocSize); in allocate()326 if (PrimaryT::CanAllocate(AlignedSize, MinAlignment)) { in allocate()327 BackendSize = AlignedSize; in allocate()
403 uint64_t AlignedSize = in computeAllocationSizeForSections() local405 TotalSize += AlignedSize; in computeAllocationSizeForSections()