Home
last modified time | relevance | path

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

12345678910>>...33

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/any/
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 …]
/external/webrtc/modules/video_coding/svc/
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 …]
/external/pigweed/pw_allocator/
Dfreelist_heap_test.cc20 namespace pw::allocator { namespace
27 FreeListHeapBuffer allocator(buf); in TEST() local
41 FreeListHeapBuffer allocator(buf); in TEST() local
63 FreeListHeapBuffer allocator(buf); in TEST() local
76 FreeListHeapBuffer allocator(buf); in TEST() local
85 FreeListHeapBuffer allocator(buf); in TEST() local
97 FreeListHeapBuffer allocator(buf); in TEST() local
123 FreeListHeapBuffer allocator(buf); in TEST() local
150 FreeListHeapBuffer allocator(buf); in TEST() local
169 FreeListHeapBuffer allocator(buf); in TEST() local
[all …]
/external/skia/src/gpu/vk/
DVulkanMemory.cpp16 bool VulkanMemory::AllocBufferMemory(VulkanMemoryAllocator* allocator, in AllocBufferMemory()
41 void VulkanMemory::FreeBufferMemory(VulkanMemoryAllocator* allocator, const VulkanAlloc& alloc) { in FreeBufferMemory()
46 bool VulkanMemory::AllocImageMemory(VulkanMemoryAllocator* allocator, in AllocImageMemory()
83 void VulkanMemory::FreeImageMemory(VulkanMemoryAllocator* allocator, in FreeImageMemory()
89 void* VulkanMemory::MapAlloc(VulkanMemoryAllocator* allocator, in MapAlloc()
102 void VulkanMemory::UnmapAlloc(VulkanMemoryAllocator* allocator, in UnmapAlloc()
133 void VulkanMemory::FlushMappedAlloc(VulkanMemoryAllocator* allocator, in FlushMappedAlloc()
147 void VulkanMemory::InvalidateMappedAlloc(VulkanMemoryAllocator* allocator, in InvalidateMappedAlloc()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.cpp79 void DestroyAllocator(VmaAllocator allocator) in DestroyAllocator()
84 VkResult CreatePool(VmaAllocator allocator, in CreatePool()
106 void DestroyPool(VmaAllocator allocator, VmaPool pool) in DestroyPool()
111 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation) in FreeMemory()
116 VkResult CreateBuffer(VmaAllocator allocator, in CreateBuffer()
139 VkResult AllocateAndBindMemoryForImage(VmaAllocator allocator, in AllocateAndBindMemoryForImage()
176 VkResult FindMemoryTypeIndexForBufferInfo(VmaAllocator allocator, in FindMemoryTypeIndexForBufferInfo()
192 VkResult FindMemoryTypeIndexForImageInfo(VmaAllocator allocator, in FindMemoryTypeIndexForImageInfo()
209 void GetMemoryTypeProperties(VmaAllocator allocator, in GetMemoryTypeProperties()
216 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData) in MapMemory()
[all …]
/external/angle/src/libANGLE/
DHandleAllocator_unittest.cpp19 gl::HandleAllocator allocator; in TEST() local
44 gl::HandleAllocator allocator; in TEST() local
96 gl::HandleAllocator allocator; in TEST() local
108 gl::HandleAllocator allocator; in TEST() local
121 gl::HandleAllocator allocator; in TEST() local
141 gl::HandleAllocator allocator; in TEST() local
156 gl::HandleAllocator allocator; in TEST() local
176 gl::HandleAllocator allocator; in TEST() local
199 gl::HandleAllocator allocator; in TEST() local
/external/cronet/net/third_party/quiche/src/quiche/common/
Dquiche_buffer_allocator_test.cc18 SimpleBufferAllocator allocator; in TEST() local
24 SimpleBufferAllocator allocator; in TEST() local
32 SimpleBufferAllocator allocator; in TEST() local
56 SimpleBufferAllocator allocator; in TEST() local
87 SimpleBufferAllocator allocator; in TEST() local
118 SimpleBufferAllocator allocator; in TEST() local
131 SimpleBufferAllocator allocator; in TEST() local
Dquiche_buffer_allocator.h43 explicit QuicheBufferDeleter(QuicheBufferAllocator* allocator) in QuicheBufferDeleter()
46 QuicheBufferAllocator* allocator() { return allocator_; } in allocator() function
55 inline QuicheUniqueBufferPtr MakeUniqueBuffer(QuicheBufferAllocator* allocator, in MakeUniqueBuffer()
68 QuicheBuffer(QuicheBufferAllocator* allocator, size_t size) in QuicheBuffer()
90 static QuicheBuffer Copy(QuicheBufferAllocator* allocator, in Copy()
/external/llvm/unittests/ADT/
DIntervalMapTest.cpp21 UUMap::Allocator allocator; in TEST() local
55 UUMap::Allocator allocator; in TEST() local
142 UUMap::Allocator allocator; in TEST() local
212 UUMap::Allocator allocator; in TEST() local
326 UUMap::Allocator allocator; in TEST() local
469 UUMap::Allocator allocator; in TEST() local
545 UUMap::Allocator allocator; in TEST() local
569 UUMap::Allocator allocator; in TEST() local
613 UUMap::Allocator allocator; in TEST() local
/external/ruy/ruy/
Dallocator_test.cc24 Allocator allocator; in TEST() local
36 Allocator allocator; in TEST() local
52 Allocator allocator; in TEST() local
62 Allocator allocator; in TEST() local
75 Allocator allocator; in TEST() local
88 Allocator allocator; in TEST() local
98 Allocator allocator; in TEST() local
/external/e2fsprogs/contrib/android/
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 …]
/external/swiftshader/third_party/marl/src/
Dmarl_test.h42 delete allocator; in TearDown() local
45 marl::TrackedAllocator* allocator = nullptr; variable
74 delete allocator; in TearDown() local
77 marl::TrackedAllocator* allocator = nullptr; variable
Dosfiber_asm.h93 Allocator* allocator; variable
99 OSFiber::OSFiber(Allocator* allocator) : allocator(allocator) {} in OSFiber()
108 Allocator* allocator) { in createFiberFromCurrentThread()
115 Allocator* allocator, in createFiber()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_virtual_mem_allocator_test.cc57 auto allocator = GpuVirtualMemAllocator::Create( in TEST() local
85 auto allocator = CreateAllocator(); in TEST() local
94 auto allocator = CreateAllocator(); in TEST() local
114 auto allocator = CreateAllocator(); in TEST() local
125 auto allocator = CreateAllocator(); in TEST() local
142 auto allocator = CreateAllocator(); in TEST() local
162 auto allocator = CreateAllocator(); in TEST() local
/external/tensorflow/tensorflow/lite/core/api/
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 …]
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dcounting_allocator.h55 Allocator allocator; variable
64 Allocator allocator; in deallocate() local
73 Allocator allocator; in construct() local
82 Allocator allocator; in destroy() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dcounting_allocator.h55 Allocator allocator; variable
64 Allocator allocator; in deallocate() local
73 Allocator allocator; in construct() local
82 Allocator allocator; in destroy() local
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/internal/
Dcounting_allocator.h55 Allocator allocator; variable
64 Allocator allocator; in deallocate() local
73 Allocator allocator; in construct() local
82 Allocator allocator; in destroy() local
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dcounting_allocator.h55 Allocator allocator; variable
64 Allocator allocator; in deallocate() local
73 Allocator allocator; in construct() local
82 Allocator allocator; in destroy() local
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dcounting_allocator.h55 Allocator allocator; variable
64 Allocator allocator; in deallocate() local
73 Allocator allocator; in construct() local
82 Allocator allocator; in destroy() local
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dcounting_allocator.h55 Allocator allocator; variable
64 Allocator allocator; in deallocate() local
73 Allocator allocator; in construct() local
82 Allocator allocator; in destroy() local
/external/cronet/third_party/abseil-cpp/absl/container/internal/
Dcounting_allocator.h55 Allocator allocator; variable
64 Allocator allocator; in deallocate() local
73 Allocator allocator; in construct() local
82 Allocator allocator; in destroy() local
/external/abseil-cpp/absl/container/internal/
Dcounting_allocator.h55 Allocator allocator; variable
64 Allocator allocator; in deallocate() local
73 Allocator allocator; in construct() local
82 Allocator allocator; in destroy() local
/external/cronet/components/metrics/content/
Dsubprocess_metrics_provider.cc61 std::unique_ptr<base::PersistentHistogramAllocator> allocator) { in RegisterSubprocessAllocator()
83 std::unique_ptr<base::PersistentHistogramAllocator> allocator( in DeregisterSubprocessAllocator() local
94 base::PersistentHistogramAllocator* allocator) { in MergeHistogramDeltasFromAllocator()
132 std::unique_ptr<base::PersistentMemoryAllocator> allocator = in BrowserChildProcessLaunchedAndConnected() local
177 std::unique_ptr<base::PersistentMemoryAllocator> allocator = in RenderProcessReady() local
/external/oss-fuzz/projects/jbig2dec/
Djbig2_fuzzer.cc44 static void *jbig2_fuzzer_alloc(Jbig2Allocator *allocator, size_t size) in jbig2_fuzzer_alloc()
65 static void jbig2_fuzzer_free(Jbig2Allocator *allocator, void *ptr) in jbig2_fuzzer_free()
81 static void *jbig2_fuzzer_realloc(Jbig2Allocator *allocator, void *old, size_t size) in jbig2_fuzzer_realloc()
116 Jbig2Allocator allocator; in LLVMFuzzerTestOneInput() local

12345678910>>...33