HomeSort by relevance Sort by last modified time
    Searched defs:AllocSize (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/ADT/
StringMap.h 148 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+
153 static_cast<StringMapEntry*>(Allocator.Allocate(AllocSize,Alignment));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator64.h 123 AllocBeg(), AllocSize())));
212 UnmapOrDie(reinterpret_cast<void*>(AllocBeg()), AllocSize());
217 static uptr AllocSize() { return kSpaceSize + AdditionalSize(); }
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
slang_rs_reflection.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 354 milliseconds