OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SizeThreshold
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
Allocator.cpp
25
: SlabSize(size),
SizeThreshold
(threshold), Allocator(allocator),
110
if (PaddedSize >
SizeThreshold
) {
/external/llvm/include/llvm/Support/
Allocator.h
95
/// allocation above
SizeThreshold
.
98
///
SizeThreshold
- For any allocation larger than this threshold, we should
100
size_t
SizeThreshold
;
Completed in 1270 milliseconds