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

  /external/llvm/lib/Support/
Allocator.cpp 115 size_t PaddedSize = Size + sizeof(MemSlab) + Alignment - 1;
116 if (PaddedSize > SizeThreshold) {
117 MemSlab *NewSlab = Allocator.Allocate(PaddedSize);
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 325 milliseconds