Searched refs:NumSlabs (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DAllocator.cpp140 unsigned NumSlabs = 0; local
142 ++NumSlabs;
144 return NumSlabs;
156 unsigned NumSlabs = 0; local
160 ++NumSlabs;
163 errs() << "\nNumber of memory regions: " << NumSlabs << '\n'
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp43 STATISTIC(NumSlabs, "Number of slabs of memory allocated by the JIT");
670 ++NumSlabs;

Completed in 156 milliseconds