Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/
Dminimal_allocator.cpp12 template <class Tp> struct SimpleAllocator struct
16 SimpleAllocator() {} in SimpleAllocator() function
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
/external/pigweed/pw_multibuf/
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
/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
/external/pigweed/pw_multibuf/public/pw_multibuf/
Dsimple_allocator.h24 class SimpleAllocator; variable
70 SimpleAllocator(ByteSpan data_area, pw::allocator::Allocator& metadata_alloc) in SimpleAllocator() function
/external/grpc-grpc/test/cpp/end2end/
Dcontext_allocator_end2end_test.cc234 class SimpleAllocator : public grpc::ContextAllocator { class in grpc::testing::__anona31214000111::SimpleContextAllocatorTest
236 SimpleAllocator(std::atomic<int>* allocation_count, in SimpleAllocator() function in grpc::testing::__anona31214000111::SimpleContextAllocatorTest::SimpleAllocator
Dmessage_allocator_end2end_test.cc208 class SimpleAllocator : public MessageAllocator<EchoRequest, EchoResponse> { class in grpc::testing::__anon96e6a0200111::SimpleAllocatorTest
/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.hpp159 class SimpleAllocator : public Allocator class
DvkMemUtil.cpp195 SimpleAllocator::SimpleAllocator(const DeviceInterface &vk, VkDevice device, in SimpleAllocator() function in vk::SimpleAllocator
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs1101 struct SimpleAllocator { struct
1106 impl SimpleAllocator { implementation