Home
last modified time | relevance | path

Searched defs:AllocatorType (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dalloc_helpers.hpp30 BOOST_CONTAINER_FORCEINLINE void swap_alloc(AllocatorType &, AllocatorType &, dtl::false_type) in swap_alloc() argument
39 BOOST_CONTAINER_FORCEINLINE void assign_alloc(AllocatorType &, const AllocatorType &, dtl::false_ty… in assign_alloc() argument
48 BOOST_CONTAINER_FORCEINLINE void move_alloc(AllocatorType &, AllocatorType &, dtl::false_type) in move_alloc() argument
/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3memory.hpp49 class AllocatorType : public std::allocator<TYPE> class in DefaultAllocPolicy
63 AllocatorType() throw() {} in AllocatorType() function in DefaultAllocPolicy::AllocatorType
64 AllocatorType( const AllocatorType& alloc ) throw() {} in AllocatorType() function in DefaultAllocPolicy::AllocatorType
65 template<typename U> AllocatorType(const AllocatorType<U>& alloc) throw(){} in AllocatorType() function in DefaultAllocPolicy::AllocatorType
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DRecyclingAllocator.h63 llvm::RecyclingAllocator<AllocatorType, in new()
71 llvm::RecyclingAllocator<AllocatorType, in delete()
H A DRecycler.h98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DRecyclingAllocator.h63 llvm::RecyclingAllocator<AllocatorType, in new()
71 llvm::RecyclingAllocator<AllocatorType, in delete()
DRecycler.h98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DRecyclingAllocator.h63 llvm::RecyclingAllocator<AllocatorType, in new()
71 llvm::RecyclingAllocator<AllocatorType, in delete()
DRecycler.h98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DRecyclingAllocator.h63 llvm::RecyclingAllocator<AllocatorType, in new()
71 llvm::RecyclingAllocator<AllocatorType, in delete()
DRecycler.h98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DRecyclingAllocator.h64 llvm::RecyclingAllocator<AllocatorType, in new()
72 llvm::RecyclingAllocator<AllocatorType, in delete()
H A DRecycler.h97 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DRecyclingAllocator.h63 llvm::RecyclingAllocator<AllocatorType, in new()
71 llvm::RecyclingAllocator<AllocatorType, in delete()
H A DRecycler.h98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DRecyclingAllocator.h63 llvm::RecyclingAllocator<AllocatorType, in new()
71 llvm::RecyclingAllocator<AllocatorType, in delete()
DRecycler.h98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
/aosp_15_r20/art/runtime/gc/
H A Dallocator_type.h29 enum AllocatorType : char { enum
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_encode_allocator.cpp48 enum AllocatorType enum
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dtesting.h75 using AllocatorType = FirstFitAllocator<BlockType>; variable
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc_perftest.cc69 enum class AllocatorType { enum
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dtracking_allocator_test.cc48 using AllocatorType = ::pw::allocator::FirstFitAllocator<BlockType>; typedef in __anon1e9826b70111::TrackingAllocatorTest