Home
last modified time | relevance | path

Searched defs:allocator (Results 1 – 25 of 1998) sorted by relevance

12345678910>>...80

/aosp_15_r20/external/pigweed/pw_multibuf/
H A Dmultibuf_test.cc43 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
53 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
64 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
76 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
86 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
96 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
107 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
117 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
128 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
137 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
[all …]
H A Dchunk_test.cc48 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
58 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
78 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
97 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
111 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
129 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
143 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
161 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
176 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
198 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
[all …]
H A Dstream_test.cc31 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
43 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
54 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
67 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
92 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
102 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
120 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
142 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
167 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
185 AllocatorForTest<kArbitraryAllocatorSize> allocator; in TEST() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/any/
H A Dallocator.pass.cpp44 struct allocator<Large> { struct
45 using value_type = Large;
46 using size_type = std::size_t;
47 using difference_type = std::ptrdiff_t;
48 using propagate_on_container_move_assignment = std::true_type;
49 using is_always_equal = std::true_type;
51 Large* allocate(std::size_t n) { in allocate()
57 void construct(Large* p, Args&& ...args) { in construct()
62 void destroy(Large* p) { in destroy()
67 void deallocate(Large* p, std::size_t) { in deallocate()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.c290 debug_dump_allocator_state(struct nine_allocator *allocator) in debug_dump_allocator_state()
351 static void move_region_ordered_merge(struct nine_allocator *allocator, struct list_head *tail, str… in move_region_ordered_merge()
389 static struct nine_memfd_file_region *allocate_region(struct nine_allocator *allocator, unsigned of… in allocate_region()
406 insert_new_allocation(struct nine_allocator *allocator, struct nine_allocation *new_allocation, uns… in insert_new_allocation()
457 nine_flush_pending_releases(struct nine_allocator *allocator) in nine_flush_pending_releases()
485 nine_flush_pending_frees(struct nine_allocator *allocator) in nine_flush_pending_frees()
517 nine_memfd_unmap_region(struct nine_allocator *allocator, in nine_memfd_unmap_region()
537 remove_allocation(struct nine_allocator *allocator, struct nine_memfd_file *memfd_file, struct nine… in remove_allocation()
561 nine_memfd_try_unmap_file(struct nine_allocator *allocator, in nine_memfd_try_unmap_file()
583 nine_memfd_files_unmap(struct nine_allocator *allocator, in nine_memfd_files_unmap()
[all …]
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dblock_allocator_testing.cc25 namespace pw::allocator::test { namespace
53 Allocator& allocator = GetGenericAllocator(); in GetCapacity() local
60 Allocator& allocator = GetGenericAllocator(); in AllocateLarge() local
71 Allocator& allocator = GetGenericAllocator(); in AllocateSmall() local
82 Allocator& allocator = GetGenericAllocator(); in AllocateTooLarge() local
88 Allocator& allocator = GetGenericAllocator(); in AllocateLargeAlignment() local
109 Allocator& allocator = GetGenericAllocator({ in AllocateAlignmentFailure() local
121 Allocator& allocator = GetGenericAllocator(); in DeallocateNull() local
126 Allocator& allocator = GetGenericAllocator(); in DeallocateShuffled() local
153 Allocator& allocator = GetGenericAllocator(); in ResizeNull() local
[all …]
H A Dfreelist_heap_test.cc41 FreeListHeapBuffer allocator(buffer_); in TEST_F() local
58 FreeListHeapBuffer allocator(buffer_); in TEST_F() local
82 FreeListHeapBuffer allocator(buffer_); in TEST_F() local
98 FreeListHeapBuffer allocator(buffer_); in TEST_F() local
109 FreeListHeapBuffer allocator(buffer); in TEST_F() local
121 FreeListHeapBuffer allocator(buffer_); in TEST_F() local
142 FreeListHeapBuffer allocator(buffer_); in TEST_F() local
155 FreeListHeapBuffer allocator(buffer_); in TEST_F() local
175 FreeListHeapBuffer allocator(buffer_); in TEST_F() local
189 FreeListHeapBuffer allocator(buffer_); in TEST_F() local
[all …]
H A Dbump_allocator_test.cc42 BumpAllocator allocator; in TEST() local
48 BumpAllocator allocator(buffer); in TEST() local
55 BumpAllocator allocator(buffer); in TEST() local
67 BumpAllocator allocator(buffer); in TEST() local
76 BumpAllocator allocator(buffer); in TEST() local
88 BumpAllocator allocator(buffer); in TEST() local
99 BumpAllocator allocator(buffer); in TEST() local
110 BumpAllocator allocator(buffer); in TEST() local
121 BumpAllocator allocator(buffer); in TEST() local
132 BumpAllocator allocator(buffer); in TEST() local
/aosp_15_r20/art/libartbase/base/
H A Darena_allocator_test.cc28 size_t NumberOfArenas(ArenaAllocator* allocator) { in NumberOfArenas()
39 ArenaAllocator allocator(&pool); in TEST_F() local
55 ArenaAllocator allocator(&pool); in TEST_F() local
61 ArenaAllocator allocator(&pool); in TEST_F() local
77 ArenaAllocator allocator(&pool); in TEST_F() local
86 ArenaAllocator allocator(&pool); in TEST_F() local
98 ArenaAllocator allocator(&pool); in TEST_F() local
111 ArenaAllocator allocator(&pool); in TEST_F() local
124 ArenaAllocator allocator(&pool); in TEST_F() local
139 ArenaAllocator allocator(&pool); in TEST_F() local
[all …]
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes_vector.h75 ArenaAllocator* allocator, in HVecOperation()
269 ArenaAllocator* allocator, in HVecUnaryOperation()
296 ArenaAllocator* allocator, in HVecBinaryOperation()
327 ArenaAllocator* allocator, in HVecMemoryOperation()
388 HVecReplicateScalar(ArenaAllocator* allocator, in HVecReplicateScalar()
414 HVecExtractScalar(ArenaAllocator* allocator, in HVecExtractScalar()
451 HVecReduce(ArenaAllocator* allocator, in HVecReduce()
485 HVecCnv(ArenaAllocator* allocator, in HVecCnv()
510 HVecNeg(ArenaAllocator* allocator, in HVecNeg()
532 HVecAbs(ArenaAllocator* allocator, in HVecAbs()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/
Ddeadline_timer.cpp255 struct allocator struct
257 typedef size_t size_type;
258 typedef ptrdiff_t difference_type;
259 typedef T* pointer;
260 typedef const T* const_pointer;
261 typedef T& reference;
262 typedef const T& const_reference;
263 typedef T value_type;
266 struct rebind
271 explicit allocator(int* count) BOOST_ASIO_NOEXCEPT in allocator() function
[all …]
Dsystem_timer.cpp275 struct allocator struct
277 typedef size_t size_type;
278 typedef ptrdiff_t difference_type;
279 typedef T* pointer;
280 typedef const T* const_pointer;
281 typedef T& reference;
282 typedef const T& const_reference;
283 typedef T value_type;
286 struct rebind
291 explicit allocator(int* count) BOOST_ASIO_NOEXCEPT in allocator() function
[all …]
/aosp_15_r20/external/executorch/runtime/core/test/
H A Dmemory_allocator_test.cpp44 MemoryAllocator allocator(mem_size, mem_pool); in TEST_F() local
69 MemoryAllocator allocator = MemoryAllocator(mem_size, mem_pool); in TEST_F() local
81 MemoryAllocator allocator(mem_size, mem_pool); in TEST_F() local
92 MemoryAllocator allocator(kPoolSize, mem_pool); in TEST_F() local
102 MemoryAllocator allocator(buffer.size(), buffer.data()); in test_allocate_instance() local
141 MemoryAllocator allocator(buffer.size(), buffer.data()); in TEST_F() local
151 MemoryAllocator allocator(buffer.size(), buffer.data()); in test_allocate_list() local
191 MemoryAllocator allocator(buffer.size(), buffer.data()); in TEST_F() local
216 MemoryAllocator* allocator, in try_allocate_helper()
228 MemoryAllocator allocator(buffer.size(), buffer.data()); in TEST_F() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/api/
H A Dflatbuffer_conversions.cc40 explicit BuiltinDataDeleter(BuiltinDataAllocator* allocator) in BuiltinDataDeleter()
52 explicit SafeBuiltinDataAllocator(BuiltinDataAllocator* allocator) in SafeBuiltinDataAllocator()
68 BuiltinDataAllocator* allocator, in CheckParsePointerParams()
148 BuiltinDataAllocator* allocator, in ParseOpDataTfLite()
969 BuiltinDataAllocator* allocator, void** builtin_data) { in ParseAdd()
994 BuiltinDataAllocator* allocator, void** builtin_data) { in ParseAddN()
999 BuiltinDataAllocator* allocator, void** builtin_data) { in ParseArgMax()
1024 BuiltinDataAllocator* allocator, void** builtin_data) { in ParseArgMin()
1060 BuiltinDataAllocator* allocator, in ParseBatchMatMul()
1102 BuiltinDataAllocator* allocator, in ParseCallOnce()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/
Dallocators.go19 type allocator struct { struct
20 name string // name for alloc/free functions
21 typ string // the type they return/accept
22 mak string // code to make a new object (takes power-of-2 size as fmt arg)
23 capacity string // code to calculate the capacity of an object. Should always report a power of 2.
24 resize string // code to shrink to sub-power-of-two size (takes size as fmt arg)
25 clear string // code for clearing object before putting it on the free list
26 minLog int // log_2 of minimum allocation size
27 maxLog int // log_2 of maximum allocation size
157 func genAllocator(w io.Writer, a allocator) {
[all …]
/aosp_15_r20/external/webrtc/modules/video_coding/svc/
H A Dsvc_rate_allocator_unittest.cc57 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST() local
68 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST() local
80 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST() local
93 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST() local
107 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST() local
124 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST() local
142 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST() local
159 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST() local
184 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST() local
209 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dallocator.hpp41 class allocator<void, Version, AllocationDisableMask> class
74 allocator() in allocator() function in boost::container::allocator
79 allocator(const allocator &) in allocator() function in boost::container::allocator
85 allocator(const allocator<T2, Version, AllocationDisableMask> &) in allocator() function in boost::container::allocator
103 class allocator class
158 allocator() BOOST_NOEXCEPT_OR_NOTHROW in allocator() function in boost::container::allocator
163 allocator(const allocator &) BOOST_NOEXCEPT_OR_NOTHROW in allocator() argument
169 allocator(const allocator<T2 in allocator() function in boost::container::allocator
209 friend bool operator==(const allocator &, const allocator &) BOOST_NOEXCEPT_OR_NOTHROW in operator ==()
215 friend bool operator!=(const allocator &, const allocator &) BOOST_NOEXCEPT_OR_NOTHROW in operator !=()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_mem_alloc_wrapper.cpp66 void DestroyAllocator(VmaAllocator allocator) in DestroyAllocator()
71 VkResult CreatePool(VmaAllocator allocator, in CreatePool()
84 void DestroyPool(VmaAllocator allocator, VmaPool pool) in DestroyPool()
89 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation) in FreeMemory()
94 VkResult CreateBuffer(VmaAllocator allocator, in CreateBuffer()
117 VkResult AllocateAndBindMemoryForImage(VmaAllocator allocator, in AllocateAndBindMemoryForImage()
156 VkResult FindMemoryTypeIndexForBufferInfo(VmaAllocator allocator, in FindMemoryTypeIndexForBufferInfo()
172 VkResult FindMemoryTypeIndexForImageInfo(VmaAllocator allocator, in FindMemoryTypeIndexForImageInfo()
189 void GetMemoryTypeProperties(VmaAllocator allocator, in GetMemoryTypeProperties()
196 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData) in MapMemory()
[all …]
/aosp_15_r20/external/angle/src/libANGLE/
H A DHandleAllocator_unittest.cpp21 gl::HandleAllocator allocator; in TEST() local
46 gl::HandleAllocator allocator; in TEST() local
99 gl::HandleAllocator allocator; in TEST() local
111 gl::HandleAllocator allocator; in TEST() local
124 gl::HandleAllocator allocator; in TEST() local
144 gl::HandleAllocator allocator; in TEST() local
160 gl::HandleAllocator allocator(3); in TEST() local
185 gl::HandleAllocator allocator; in TEST() local
205 gl::HandleAllocator allocator; in TEST() local
228 gl::HandleAllocator allocator; in TEST() local
/aosp_15_r20/external/e2fsprogs/contrib/android/
H A Dbasefs_allocator.c29 struct base_fs_allocator *allocator, in fs_free_blocks_range()
67 struct base_fs_allocator *allocator) in basefs_allocator_free()
103 struct base_fs_allocator *allocator, in fs_reserve_block()
133 struct base_fs_allocator *allocator, in fs_reserve_blocks_range()
166 struct base_fs_allocator *allocator, in fs_reserve_blocks()
196 struct base_fs_allocator *allocator; in base_fs_alloc_load() local
240 static errcode_t get_next_block(ext2_filsys fs, struct base_fs_allocator *allocator, in get_next_block()
283 static void skip_blocks(ext2_filsys fs, struct base_fs_allocator *allocator, in skip_blocks()
306 struct base_fs_allocator *allocator = fs->priv_data; in basefs_block_allocator() local
360 struct base_fs_allocator *allocator = fs->priv_data; in base_fs_alloc_set_target() local
[all …]
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/
Daddress_space.h173 struct address_space_allocator *allocator, in address_space_allocator_split_block()
235 struct address_space_allocator *allocator, in address_space_allocator_split_block_at_offset()
319 struct address_space_allocator *allocator, in address_space_allocator_release_block()
367 struct address_space_allocator *allocator, in address_space_allocator_allocate()
397 struct address_space_allocator *allocator, in address_space_allocator_allocate_fixed()
430 struct address_space_allocator *allocator, in address_space_allocator_deallocate()
455 struct address_space_allocator *allocator, in address_space_allocator_init()
482 struct address_space_allocator *allocator) in address_space_allocator_destroy()
494 struct address_space_allocator *allocator) in address_space_allocator_destroy_nocleanup()
502 struct address_space_allocator *allocator) in address_space_allocator_reset()
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp38 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createInstance()
56 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createInstanceUnique()
83 …VULKAN_HPP_INLINE void Instance::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks… in destroy()
413Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createDevice()
432Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createDeviceUnique()
460 …VULKAN_HPP_INLINE void Device::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> … in destroy()
906 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in allocateMemory()
925Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in allocateMemoryUnique()
956Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in freeMemory()
980Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in free()
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp38 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createInstance()
56 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createInstanceUnique()
83 …VULKAN_HPP_INLINE void Instance::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks… in destroy()
413Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createDevice()
432Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createDeviceUnique()
460 …VULKAN_HPP_INLINE void Device::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> … in destroy()
906 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in allocateMemory()
925Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in allocateMemoryUnique()
956Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in freeMemory()
980Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in free()
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp38 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createInstance()
56 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createInstanceUnique()
83 …VULKAN_HPP_INLINE void Instance::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks… in destroy()
413Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createDevice()
432Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createDeviceUnique()
460 …VULKAN_HPP_INLINE void Device::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> … in destroy()
906 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in allocateMemory()
925Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in allocateMemoryUnique()
956Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in freeMemory()
980Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in free()
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp38 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createInstance()
56 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createInstanceUnique()
83 …VULKAN_HPP_INLINE void Instance::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks… in destroy()
413Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createDevice()
432Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createDeviceUnique()
460 …VULKAN_HPP_INLINE void Device::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> … in destroy()
906 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in allocateMemory()
925Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in allocateMemoryUnique()
956Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in freeMemory()
980Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in free()
[all …]

12345678910>>...80