Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp305 const uptr AlignedSize = (Alignment > MinAlignment) ? in allocate() local
308 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()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp403 uint64_t AlignedSize = in computeAllocationSizeForSections() local
405 TotalSize += AlignedSize; in computeAllocationSizeForSections()