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

  /external/llvm/lib/Support/
Allocator.cpp 21 void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated,
23 errs() << "\nNumber of memory regions: " << NumSlabs << '\n'
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Allocator.cpp 21 void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated,
23 errs() << "\nNumber of memory regions: " << NumSlabs << '\n'
  /external/swiftshader/third_party/LLVM/lib/Support/
Allocator.cpp 132 unsigned NumSlabs = 0;
134 ++NumSlabs;
136 return NumSlabs;
148 unsigned NumSlabs = 0;
152 ++NumSlabs;
155 errs() << "\nNumber of memory regions: " << NumSlabs << '\n'
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 32 STATISTIC(NumSlabs, "Number of slabs of memory allocated by the JIT");
619 ++NumSlabs;
  /external/llvm/include/llvm/Support/
Allocator.h 115 void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Allocator.h 119 void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Allocator.h 117 void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated,

Completed in 422 milliseconds