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

  /external/compiler-rt/lib/asan/
asan_allocator.h 110 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, 0 /*metadata*/,
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 39 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, 0,
sanitizer_allocator_test.cc 37 typedef SizeClassAllocator64<
40 typedef SizeClassAllocator64<
144 TEST(SanitizerCommon, SizeClassAllocator64) {
248 typedef SizeClassAllocator64<
777 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, 0,
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 38 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize,
  /external/compiler-rt/lib/msan/
msan_allocator.cc 48 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, kMetadataSize,
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 64 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, 0,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 294 // SizeClassAllocator64 -- allocator for 64-bit address space.
313 class SizeClassAllocator64 {
316 typedef SizeClassAllocator64<kSpaceBeg, kSpaceSize, kMetadataSize,
419 Printf("Stats: SizeClassAllocator64: %zdM mapped in %zd allocations; "
662 // efficient than SizeClassAllocator64.
893 // Objects of this type should be used as local caches for SizeClassAllocator64
    [all...]

Completed in 413 milliseconds