Home
last modified time | relevance | path

Searched defs:kNumRegions (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc45 static const uptr kNumRegions = SANITIZER_MMAP_RANGE_SIZE >> kRegionSizeLog; variable
79 static const uptr kNumRegions = SANITIZER_MMAP_RANGE_SIZE >> kRegionSizeLog; variable
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_allocator.h134 static const uptr kNumRegions = SANITIZER_MMAP_RANGE_SIZE >> kRegionSizeLog; variable
/aosp_15_r20/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc38 static const uptr kNumRegions = SANITIZER_MMAP_RANGE_SIZE >> kRegionSizeLog; variable