HomeSort by: relevance | last modified time | path
    Searched defs:PrimaryAllocatorASVT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.h 74 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView>>;
75 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
96 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>;
97 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
102 SizeClassAllocatorLocalCache<PrimaryAllocatorASVT<AddressSpaceView>>;
112 CombinedAllocator<PrimaryAllocatorASVT<AddressSpaceView>,
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.h 163 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>;
164 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
190 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView> >;
191 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
197 SizeClassAllocatorLocalCache<PrimaryAllocatorASVT<AddressSpaceView>>;
206 CombinedAllocator<PrimaryAllocatorASVT<AddressSpaceView>,

Completed in 12 milliseconds