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

  /external/compiler-rt/lib/msan/
msan_allocator.cc 30 DefaultSizeClassMap> PrimaryAllocator;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 36 kAllocatorSpace, kAllocatorSize, 16, DefaultSizeClassMap> Allocator64;
54 TEST(SanitizerCommon, DefaultSizeClassMap) {
55 TestSizeClassMap<DefaultSizeClassMap>();
197 kAllocatorSpace, kAllocatorSize, 16, DefaultSizeClassMap,
518 uptr class_id = DefaultSizeClassMap::ClassID(sizeof(NewThreadParams));
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 129 DefaultSizeClassMap, MapUnmapCallback> PrimaryAllocator;
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 65 typedef DefaultSizeClassMap SizeClassMap;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 192 typedef SizeClassMap<17, 256, 16> DefaultSizeClassMap;
    [all...]

Completed in 92 milliseconds