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

  /external/compiler-rt/lib/msan/
msan_allocator.cc 29 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, kMetadataSize,
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 39 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, 0,
sanitizer_allocator_test.cc 36 typedef SizeClassAllocator64<
39 typedef SizeClassAllocator64<
143 TEST(SanitizerCommon, SizeClassAllocator64) {
247 typedef SizeClassAllocator64<
762 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, 0,
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 36 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize,
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 130 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, sizeof(MBlock),
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 285 // SizeClassAllocator64 -- allocator for 64-bit address space.
304 class SizeClassAllocator64 {
307 typedef SizeClassAllocator64<kSpaceBeg, kSpaceSize, kMetadataSize,
410 Printf("Stats: SizeClassAllocator64: %zdM mapped in %zd allocations; "
591 // efficient than SizeClassAllocator64.
822 // Objects of this type should be used as local caches for SizeClassAllocator64
930 // sizes not covered by more efficient allocators (e.g. SizeClassAllocator64).
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 67 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, 0 /*metadata*/,

Completed in 216 milliseconds