Home
last modified time | relevance | path

Searched defs:SimpleAllocator (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/
Dminimal_allocator.cpp12 template <class Tp> struct SimpleAllocator struct
16 SimpleAllocator() {} in SimpleAllocator() argument
18 template <class T> SimpleAllocator(const SimpleAllocator<T>&) {} in SimpleAllocator() argument
32 typedef boost::unordered::detail::allocator_traits<SimpleAllocator<T> > in test_simple_allocator() argument
/aosp_15_r20/external/pigweed/pw_multibuf/
H A Dsimple_allocator_test.cc29 TEST(SimpleAllocator, AllocateWholeDataAreaSizeSucceeds) { in TEST() argument
38 TEST(SimpleAllocator, AllocateContiguousWholeDataAreaSizeSucceeds) { in TEST() argument
49 TEST(SimpleAllocator, AllocateContiguousHalfDataAreaSizeTwiceSucceeds) { in TEST() argument
66 TEST(SimpleAllocator, AllocateTooLargeReturnsNullopt) { in TEST() argument
78 TEST(SimpleAllocator, AllocateZeroWithNoMetadataOrDataReturnsEmptyMultiBuf) { in TEST() argument
87 TEST(SimpleAllocator, AllocateWithNoMetadataRoomReturnsNullopt) { in TEST() argument
95 TEST(SimpleAllocator, SecondLargeAllocationFailsUntilFirstAllocationReleased) { in TEST() argument
109 TEST(SimpleAllocator, AllocateSkipsMiddleAllocations) { in TEST() argument
129 TEST(SimpleAllocator, FailedAllocationDoesNotHoldOntoChunks) { in TEST() argument
H A Dfrom_span_test.cc33 TEST(SimpleAllocator, AllocateWholeDataAreaSizeSucceeds) { in TEST() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dallocator_traits_test.cpp23 class SimpleAllocator class
35 SimpleAllocator(SimpleAllocator<U>) in SimpleAllocator() function in SimpleAllocator
40 SimpleAllocator() in SimpleAllocator() function in SimpleAllocator
57 friend bool operator==(const SimpleAllocator &, const SimpleAllocator &) in operator ==()
60 friend bool operator!=(const SimpleAllocator &, const SimpleAllocator &) in operator !=()
Dscoped_allocator_usage_test.cpp28 class SimpleAllocator class
33 explicit SimpleAllocator(int value) in SimpleAllocator() function in SimpleAllocator
38 SimpleAllocator(const SimpleAllocator<T> &other) in SimpleAllocator() function in SimpleAllocator
/aosp_15_r20/external/pigweed/pw_multibuf/public/pw_multibuf/
H A Dsimple_allocator.h24 class SimpleAllocator; variable
70 SimpleAllocator(ByteSpan data_area, pw::allocator::Allocator& metadata_alloc) in SimpleAllocator() function
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dcontext_allocator_end2end_test.cc234 class SimpleAllocator : public grpc::ContextAllocator { class in grpc::testing::__anon579aefe20111::SimpleContextAllocatorTest
236 SimpleAllocator(std::atomic<int>* allocation_count, in SimpleAllocator() function in grpc::testing::__anon579aefe20111::SimpleContextAllocatorTest::SimpleAllocator
H A Dmessage_allocator_end2end_test.cc208 class SimpleAllocator : public MessageAllocator<EchoRequest, EchoResponse> { class in grpc::testing::__anon4b6f7c020111::SimpleAllocatorTest
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dvirtio_pci_device.rs1190 struct SimpleAllocator { struct
1195 impl SimpleAllocator { argument
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkMemUtil.hpp159 class SimpleAllocator : public Allocator class
H A DvkMemUtil.cpp195 SimpleAllocator::SimpleAllocator(const DeviceInterface &vk, VkDevice device, in SimpleAllocator() function in vk::SimpleAllocator