OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TwoLevelByteMap
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_bytemap.h
40
//
TwoLevelByteMap
maps integers in range [0, kSize1*kSize2) to u8 values.
48
class
TwoLevelByteMap
{
96
res = (u8*)MmapOrDie(kSize2, "
TwoLevelByteMap
");
sanitizer_allocator_internal.h
32
typedef
TwoLevelByteMap
<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap;
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc
52
typedef
TwoLevelByteMap
<(kNumRegions >> 12), 1 << 12> ByteMap;
105
typedef
TwoLevelByteMap
<(kNumRegions >> 12), 1 << 12> ByteMap;
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026