Searched refs:kInternalAllocatorNumRegions (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h30 static const uptr kInternalAllocatorNumRegions = member in namespace:__sanitizer
32 typedef FlatByteMap<kInternalAllocatorNumRegions> ByteMap;
34 static const uptr kInternalAllocatorNumRegions = member in namespace:__sanitizer
36 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap;

Completed in 43 milliseconds