Searched refs:PrimaryInternalAllocator (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_internal.h35 typedef SizeClassAllocator32<AP32> PrimaryInternalAllocator; typedef in namespace:__sanitizer
37 typedef CombinedAllocator<PrimaryInternalAllocator,
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h45 typedef SizeClassAllocator32<AP32> PrimaryInternalAllocator; typedef in namespace:__sanitizer
47 typedef SizeClassAllocatorLocalCache<PrimaryInternalAllocator>
54 typedef CombinedAllocator<PrimaryInternalAllocator, InternalAllocatorCache,
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_internal.h42 typedef SizeClassAllocator32<AP32> PrimaryInternalAllocator; typedef in namespace:__sanitizer
44 typedef SizeClassAllocatorLocalCache<PrimaryInternalAllocator>
51 typedef CombinedAllocator<PrimaryInternalAllocator, InternalAllocatorCache,

Completed in 121 milliseconds