/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/ |
D | minimal_allocator.cpp | 12 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 D | simple_allocator_test.cc | 29 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 D | from_span_test.cc | 33 TEST(SimpleAllocator, AllocateWholeDataAreaSizeSucceeds) { in TEST() argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | allocator_traits_test.cpp | 23 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 !=()
|
D | scoped_allocator_usage_test.cpp | 28 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 D | simple_allocator.h | 24 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 D | context_allocator_end2end_test.cc | 234 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 D | message_allocator_end2end_test.cc | 208 class SimpleAllocator : public MessageAllocator<EchoRequest, EchoResponse> { class in grpc::testing::__anon4b6f7c020111::SimpleAllocatorTest
|
/aosp_15_r20/external/crosvm/devices/src/virtio/ |
H A D | virtio_pci_device.rs | 1190 struct SimpleAllocator { struct 1195 impl SimpleAllocator { argument
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkMemUtil.hpp | 159 class SimpleAllocator : public Allocator class
|
H A D | vkMemUtil.cpp | 195 SimpleAllocator::SimpleAllocator(const DeviceInterface &vk, VkDevice device, in SimpleAllocator() function in vk::SimpleAllocator
|