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

  /external/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/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 32 STATISTIC(NumSlabs, "Number of slabs of memory allocated by the JIT");
619 ++NumSlabs;

Completed in 216 milliseconds