OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ByteMap
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_internal.h
32
typedef FlatByteMap<kInternalAllocatorNumRegions>
ByteMap
;
36
typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12>
ByteMap
;
40
kInternalAllocatorRegionSizeLog,
ByteMap
> PrimaryInternalAllocator;
sanitizer_allocator.h
676
// a
ByteMap
possible_regions to store the size classes of each Region.
688
class
ByteMap
,
694
SizeClassMap, kRegionSizeLog,
ByteMap
, MapUnmapCallback> ThisT;
898
ByteMap
possible_regions;
[
all
...]
/external/compiler-rt/lib/asan/
asan_allocator.h
133
typedef FlatByteMap<kNumRegions>
ByteMap
;
135
typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12>
ByteMap
;
140
ByteMap
,
/external/compiler-rt/lib/msan/
msan_allocator.cc
46
typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12>
ByteMap
;
50
SizeClassMap, kRegionSizeLog,
ByteMap
,
80
typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12>
ByteMap
;
84
SizeClassMap, kRegionSizeLog,
ByteMap
,
/external/compiler-rt/lib/lsan/
lsan_allocator.cc
39
typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12>
ByteMap
;
42
sizeof(ChunkMetadata), SizeClassMap, kRegionSizeLog,
ByteMap
>
/external/regex-re2/re2/
dfa.cc
334
int
ByteMap
(int c) {
337
return prog_->
bytemap
()[c];
1330
const uint8*
bytemap
= prog_->
bytemap
();
local
[
all
...]
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h
64
MapUnmapCallback>
ByteMap
;
66
CompactSizeClassMap, kAllocatorRegionSizeLog,
ByteMap
,
Completed in 6989 milliseconds