HomeSort by relevance Sort by last modified time
    Searched refs:kAddressSpaceSize (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 34 static const u64 kAddressSpaceSize = 1ULL << 47;
42 static const u64 kAddressSpaceSize = 1ULL << 32;
46 static const uptr kFlatByteMapSize = kAddressSpaceSize >> kRegionSizeLog;
49 0, kAddressSpaceSize,
133 for (uptr x = 0, step = kAddressSpaceSize / 100000;
134 x < kAddressSpaceSize - step; x += step)
270 0, kAddressSpaceSize,
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 70 static const u64 kAddressSpaceSize = 1ULL << 32;
73 static const uptr kFlatByteMapSize = kAddressSpaceSize >> kRegionSizeLog;
74 typedef SizeClassAllocator32<0, kAddressSpaceSize, 16,

Completed in 47 milliseconds