HomeSort by relevance Sort by last modified time
    Searched refs:RoundedSize (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 331 uptr RoundedSize = RoundUpTo(Size, MinAlignment);
335 uptr NeededSize = RoundedSize + ExtraBytes;
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]

Completed in 214 milliseconds