OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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