OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxNumCachedHint
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_size_class_map.h
43
// -
kMaxNumCachedHint
is a hint for maximal number of chunks per size class.
132
static const uptr
kMaxNumCachedHint
= kMaxNumCachedHintT;
133
COMPILER_CHECK((
kMaxNumCachedHint
& (
kMaxNumCachedHint
- 1)) == 0);
151
return
kMaxNumCachedHint
* sizeof(uptr);
181
return Max<uptr>(1U, Min(
kMaxNumCachedHint
, n));
sanitizer_allocator_primary32.h
70
static const uptr kMaxNumCached = SizeClassMap::
kMaxNumCachedHint
- 2;
105
COMPILER_CHECK(kBatchSize == SizeClassMap::
kMaxNumCachedHint
* sizeof(uptr));
sanitizer_allocator_local_cache.h
89
CompactPtrT chunks[2 * SizeClassMap::
kMaxNumCachedHint
];
Completed in 12 milliseconds
Indexes created Thu Nov 06 02:09:54 GMT 2025