|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
projects/compiler-rt/lib/scudo/standalone/chunk.h 86 return roundUpTo(sizeof(PackedHeader), 1U << SCUDO_MIN_ALIGNMENT_LOG);
projects/compiler-rt/lib/scudo/standalone/combined.h 179 roundUpTo(Size, MinAlignment) +
221 const uptr AlignedUserPtr = roundUpTo(UserPtr, Alignment);
projects/compiler-rt/lib/scudo/standalone/primary32.h 230 Region = roundUpTo(MapBase, RegionSize);
projects/compiler-rt/lib/scudo/standalone/primary64.h 268 roundUpTo(TotalUserBytes - MappedUser, MapSizeIncrement);
376 roundUpTo(Region->AllocatedUser, PageSize) / PageSize,
projects/compiler-rt/lib/scudo/standalone/release.h 66 BufferSize = (roundUpTo(N, static_cast<uptr>(1U) << PackingRatioLog) >>
projects/compiler-rt/lib/scudo/standalone/secondary.cpp 30 roundUpTo(Size + LargeBlock::getHeaderSize(), PageSize) + 2 * PageSize;
46 CommitBase = roundUpTo(MapBase + PageSize + 1, AlignmentHint) - PageSize;
56 roundUpTo((Size - AlignmentHint), PageSize) +
projects/compiler-rt/lib/scudo/standalone/secondary.h 38 return roundUpTo(sizeof(Header), 1U << SCUDO_MIN_ALIGNMENT_LOG);
projects/compiler-rt/lib/scudo/standalone/vector.h 86 roundUpTo(NewCapacity * sizeof(T), getPageSizeCached());
projects/compiler-rt/lib/scudo/standalone/wrappers_c.inc 116 size ? scudo::roundUpTo(size, PageSize) : PageSize,
projects/compiler-rt/lib/scudo/standalone/wrappers_c_checks.h 62 return roundUpTo(Size, PageSize) < Size;