Home
last modified time | relevance | path

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

/external/scudo/standalone/
Drelease.h231 const uptr RoundedSize = NumberOfRegions * (PagesCount << PageSizeLog); in releaseFreeMemoryToOS() local
247 if (P < RoundedSize) { in releaseFreeMemoryToOS()
264 if (P < RoundedSize) { in releaseFreeMemoryToOS()
Dsecondary.h332 const uptr RoundedSize = in allocate() local
335 if (AlignmentHint < PageSize && Cache.canCache(RoundedSize)) { in allocate()
337 if (Cache.retrieve(RoundedSize, &H)) { in allocate()
358 const uptr MapSize = RoundedSize + 2 * PageSize; in allocate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp554 uint32_t RoundedSize = NumBytes; in emitPrologue() local
561 RoundedSize += Alignment; in emitPrologue()
587 if (RoundedSize != 0 && hasSP(MF)) { in emitPrologue()
590 .addImm(RoundedSize * ST.getWavefrontSize()) in emitPrologue()
636 uint32_t RoundedSize = FuncInfo->isStackRealigned() ? in emitEpilogue() local
641 .addImm(RoundedSize * ST.getWavefrontSize()); in emitEpilogue()
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp331 uptr RoundedSize = RoundUpTo(Size, MinAlignment); in allocate() local
335 uptr NeededSize = RoundedSize + ExtraBytes; in allocate()
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp1851 uint64_t RoundedSize = in FinishLayout() local
1858 if (InferAlignment && External.Size < RoundedSize) { in FinishLayout()
1867 setSize(RoundedSize); in FinishLayout()