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
140
unsigned
NumSlabs
= 0;
142
++
NumSlabs
;
144
return
NumSlabs
;
156
unsigned
NumSlabs
= 0;
160
++
NumSlabs
;
163
errs() << "\nNumber of memory regions: " <<
NumSlabs
<< '\n'
/external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp
43
STATISTIC(
NumSlabs
, "Number of slabs of memory allocated by the JIT");
670
++
NumSlabs
;
[
all
...]
Completed in 61 milliseconds