Searched defs:AlignedSize (Results 1 – 3 of 3) sorted by relevance
90 size_t ElfCoreDump::Note::AlignedSize(size_t size) { in AlignedSize() function in google_breakpad::ElfCoreDump::Note
99 uintptr_t AlignedSize = (Size + Alignment - 1) / Alignment * Alignment; in useSpace() local
273 uint64_t AlignedSize = in computeAllocationSizeForSections() local