Home
last modified time | relevance | path

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

12345678910

/third_party/boost/libs/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() argument
[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 …]
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvideomemory.c55 gst_msdk_video_allocator_get_surface (GstAllocator * allocator) in gst_msdk_video_allocator_get_surface()
90 GstAllocator *allocator; in gst_msdk_video_memory_get_surface_available() local
155 GstMsdkVideoAllocator *allocator; in gst_msdk_video_memory_new() local
185 GstAllocator *allocator; in gst_video_meta_map_msdk_memory() local
255 GstAllocator *allocator; in gst_video_meta_unmap_msdk_memory() local
280 GstAllocator *allocator = base_mem->allocator; in gst_msdk_video_memory_map_full() local
306 GstAllocator *allocator = base_mem->allocator; in gst_msdk_video_memory_unmap() local
319 gst_msdk_video_allocator_alloc (GstAllocator * allocator, gsize size, in gst_msdk_video_allocator_alloc()
328 GstMsdkVideoAllocator *allocator = GST_MSDK_VIDEO_ALLOCATOR_CAST (object); in gst_msdk_video_allocator_finalize() local
346 gst_msdk_video_allocator_init (GstMsdkVideoAllocator * allocator) in gst_msdk_video_allocator_init()
[all …]
Dgstmsdksystemmemory.c53 GstAllocator *allocator; in ensure_data() local
150 gst_msdk_system_allocator_create_surface (GstAllocator * allocator) in gst_msdk_system_allocator_create_surface()
175 GstMsdkSystemAllocator *allocator; in gst_msdk_system_memory_new() local
233 gst_msdk_system_allocator_free (GstAllocator * allocator, GstMemory * base_mem) in gst_msdk_system_allocator_free()
242 gst_msdk_system_allocator_alloc (GstAllocator * allocator, gsize size, in gst_msdk_system_allocator_alloc()
258 gst_msdk_system_allocator_init (GstMsdkSystemAllocator * allocator) in gst_msdk_system_allocator_init()
272 GstMsdkSystemAllocator *allocator; in gst_msdk_system_allocator_new() local
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.c133 GstV4l2Allocator *allocator = (GstV4l2Allocator *) mem->mem.allocator; in _v4l2mem_dispose() local
151 _v4l2mem_new (GstMemoryFlags flags, GstAllocator * allocator, in _v4l2mem_new()
243 gst_v4l2_memory_group_new (GstV4l2Allocator * allocator, guint32 index) in gst_v4l2_memory_group_new()
351 gst_v4l2_allocator_release (GstV4l2Allocator * allocator, GstV4l2Memory * mem) in gst_v4l2_allocator_release()
384 GstV4l2Allocator *allocator = (GstV4l2Allocator *) gallocator; in gst_v4l2_allocator_free() local
410 GstV4l2Allocator *allocator = (GstV4l2Allocator *) obj; in gst_v4l2_allocator_dispose() local
428 GstV4l2Allocator *allocator = (GstV4l2Allocator *) obj; in gst_v4l2_allocator_finalize() local
462 gst_v4l2_allocator_init (GstV4l2Allocator * allocator) in gst_v4l2_allocator_init()
483 gst_v4l2_allocator_probe (GstV4l2Allocator * allocator, guint32 memory, in gst_v4l2_allocator_probe()
513 gst_v4l2_allocator_create_buf (GstV4l2Allocator * allocator) in gst_v4l2_allocator_create_buf()
[all …]
/third_party/boost/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
208 friend bool operator==(const allocator &, const allocator &) BOOST_NOEXCEPT_OR_NOTHROW in operator ==()
213 …BOOST_CONTAINER_FORCEINLINE friend bool operator!=(const allocator &, const allocator &) BOOST_NOE… in operator !=()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DHandleRangeAllocator_unittest.cpp29 auto *allocator = getAllocator(); in TEST_F() local
55 auto *allocator = getAllocator(); in TEST_F() local
81 auto *allocator = getAllocator(); in TEST_F() local
100 auto *allocator = getAllocator(); in TEST_F() local
113 auto *allocator = getAllocator(); in TEST_F() local
125 auto *allocator = getAllocator(); in TEST_F() local
143 auto *allocator = getAllocator(); in TEST_F() local
191 auto *allocator = getAllocator(); in TEST_F() local
205 auto *allocator = getAllocator(); in TEST_F() local
224 auto *allocator = getAllocator(); in TEST_F() local
[all …]
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
/third_party/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()
101 struct base_fs_allocator *allocator, in fs_reserve_block()
122 struct base_fs_allocator *allocator, in fs_reserve_blocks_range()
145 struct base_fs_allocator *allocator, in fs_reserve_blocks()
175 struct base_fs_allocator *allocator; in base_fs_alloc_load() local
219 static errcode_t get_next_block(ext2_filsys fs, struct base_fs_allocator *allocator, in get_next_block()
262 static void skip_blocks(ext2_filsys fs, struct base_fs_allocator *allocator, in skip_blocks()
285 struct base_fs_allocator *allocator = fs->priv_data; in basefs_block_allocator() local
339 struct base_fs_allocator *allocator = fs->priv_data; in base_fs_alloc_set_target() local
[all …]
/third_party/flutter/skia/src/gpu/vk/
DGrVkMemory.cpp38 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindBufferMemory() local
79 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FreeBufferMemory() local
93 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindImageMemory() local
128 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FreeImageMemory() local
145 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in MapAlloc() local
161 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in UnmapAlloc() local
197 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FlushMappedAlloc() local
216 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in InvalidateMappedAlloc() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/
Dgstdmabuf.c50 GstAllocator *allocator = gmem->allocator; in gst_dmabuf_mem_map() local
79 GstAllocator *allocator = gmem->allocator; in gst_dmabuf_mem_unmap() local
105 gst_dmabuf_allocator_init (GstDmaBufAllocator * allocator) in gst_dmabuf_allocator_init()
153 gst_dmabuf_allocator_alloc (GstAllocator * allocator, gint fd, gsize size) in gst_dmabuf_allocator_alloc()
178 gst_dmabuf_allocator_alloc_with_flags (GstAllocator * allocator, gint fd, in gst_dmabuf_allocator_alloc_with_flags()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DCommandAllocatorTests.cpp59 CommandAllocator allocator; in TEST() local
64 CommandAllocator allocator; in TEST() local
71 CommandAllocator allocator; in TEST() local
117 CommandAllocator allocator; in TEST() local
160 CommandAllocator allocator; in TEST() local
204 CommandAllocator allocator; in TEST() local
237 CommandAllocator allocator; in TEST() local
277 CommandAllocator allocator; in TEST() local
334 CommandAllocator allocator; in TEST() local
344 CommandAllocator allocator; in TEST() local
[all …]
/third_party/boost/boost/mpi/
Dallocator.hpp32 class BOOST_MPI_DECL allocator<void> class
67 class BOOST_MPI_DECL allocator class
101 allocator() throw() { } in allocator() function in boost::mpi::allocator
104 allocator(const allocator&) throw() { } in allocator() argument
111 allocator(const allocator<U>&) throw() { } in allocator() function in boost::mpi::allocator
/third_party/boost/boost/bimap/detail/
Dmanage_additional_parameters.hpp86 typedef std::allocator<char> allocator; typedef
99 typedef AP1 allocator; typedef
113 typedef std::allocator<char> allocator; typedef
127 typedef AP2 allocator; typedef
140 typedef std::allocator<char> allocator; typedef
154 typedef std::allocator<char> allocator; typedef
168 typedef AP2 allocator; typedef
182 typedef AP2 allocator; typedef
/third_party/boost/libs/unordered/test/unordered/
Dincomplete_test.cpp60 template <typename T> struct allocator : std::allocator<T> struct
62 allocator() {} in allocator() argument
65 allocator(const allocator<T2>& other) : std::allocator<T>(other) in allocator() function
70 allocator(const std::allocator<T2>& other) : std::allocator<T>(other) in allocator() argument
/third_party/boost/boost/smart_ptr/
Dallocate_local_shared_array.hpp74 allocate_local_shared(const A& allocator, std::size_t count) in allocate_local_shared()
94 allocate_local_shared(const A& allocator) in allocate_local_shared()
117 allocate_local_shared(const A& allocator, std::size_t count, in allocate_local_shared()
138 allocate_local_shared(const A& allocator, in allocate_local_shared()
162 allocate_local_shared_noinit(const A& allocator, std::size_t count) in allocate_local_shared_noinit()
171 allocate_local_shared_noinit(const A& allocator) in allocate_local_shared_noinit()
Dallocate_shared_array.hpp78 A& allocator() BOOST_SP_NOEXCEPT { in allocator() function in boost::detail::sp_array_state
100 A& allocator() BOOST_SP_NOEXCEPT { in allocator() function in boost::detail::sp_size_array_state
170 typedef typename T::type allocator; typedef in boost::detail::sp_array_base
262 allocate_shared(const A& allocator, std::size_t count) in allocate_shared()
279 allocate_shared(const A& allocator) in allocate_shared()
299 allocate_shared(const A& allocator, std::size_t count, in allocate_shared()
317 allocate_shared(const A& allocator, in allocate_shared()
338 allocate_shared_noinit(const A& allocator, std::size_t count) in allocate_shared_noinit()
345 allocate_shared_noinit(const A& allocator) in allocate_shared_noinit()
/third_party/boost/libs/asio/test/latency/
Dallocator.hpp17 class allocator class
20 allocator() in allocator() function in allocator
/third_party/gstreamer/gstreamer/tests/examples/memory/
Dmy-memory.c32 _my_alloc (GstAllocator * allocator, gsize size, GstAllocationParams * params) in _my_alloc()
50 _my_free (GstAllocator * allocator, GstMemory * mem) in _my_free()
141 my_memory_allocator_init (MyMemoryAllocator * allocator) in my_memory_allocator_init()
154 GstAllocator *allocator; in my_memory_init() local
/third_party/glib/glib/deprecated/
Dgallocator.c87 void g_allocator_free (GAllocator *allocator) { } in g_allocator_free()
95 void g_list_push_allocator (GAllocator *allocator) { } in g_list_push_allocator()
98 void g_slist_push_allocator (GAllocator *allocator) { } in g_slist_push_allocator()
101 void g_node_push_allocator (GAllocator *allocator) { } in g_node_push_allocator()
/third_party/gstreamer/gstreamer/gst/
Dgstallocator.c93 GstAllocator *allocator; in _fallback_mem_copy() local
130 gst_allocator_init (GstAllocator * allocator) in gst_allocator_init()
201 gst_allocator_register (const gchar * name, GstAllocator * allocator) in gst_allocator_register()
230 GstAllocator *allocator; in gst_allocator_find() local
252 gst_allocator_set_default (GstAllocator * allocator) in gst_allocator_set_default()
292 gst_allocator_alloc (GstAllocator * allocator, gsize size, in gst_allocator_alloc()
325 gst_allocator_free (GstAllocator * allocator, GstMemory * memory) in gst_allocator_free()
507 default_alloc (GstAllocator * allocator, gsize size, in default_alloc()
517 default_free (GstAllocator * allocator, GstMemory * mem) in default_free()
561 gst_allocator_sysmem_init (GstAllocatorSysmem * allocator) in gst_allocator_sysmem_init()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsallocator.c106 gst_kms_allocator_memory_reset (GstKMSAllocator * allocator, GstKMSMemory * mem) in gst_kms_allocator_memory_reset()
166 gst_kms_allocator_memory_create (GstKMSAllocator * allocator, in gst_kms_allocator_memory_create()
251 gst_kms_allocator_free (GstAllocator * allocator, GstMemory * mem) in gst_kms_allocator_free()
407 gst_kms_allocator_init (GstKMSAllocator * allocator) in gst_kms_allocator_init()
480 gst_kms_allocator_bo_alloc (GstAllocator * allocator, GstVideoInfo * vinfo) in gst_kms_allocator_bo_alloc()
514 gst_kms_allocator_dmabuf_import (GstAllocator * allocator, gint * prime_fds, in gst_kms_allocator_dmabuf_import()
573 gst_kms_allocator_dmabuf_export (GstAllocator * allocator, GstMemory * _kmsmem) in gst_kms_allocator_dmabuf_export()
631 gst_kms_allocator_clear_cache (GstAllocator * allocator) in gst_kms_allocator_clear_cache()
656 gst_kms_allocator_cache (GstAllocator * allocator, GstMemory * mem, in gst_kms_allocator_cache()
/third_party/gstreamer/gstplugins_bad/sys/vdpau/
Dgstvdpvideomemory.c38 _vdp_video_mem_init (GstVdpVideoMemory * mem, GstAllocator * allocator, in _vdp_video_mem_init()
57 _vdp_video_mem_new (GstAllocator * allocator, GstMemory * parent, in _vdp_video_mem_new()
201 _vdp_video_mem_alloc (GstAllocator * allocator, gsize size, in _vdp_video_mem_alloc()
211 _vdp_video_mem_free (GstAllocator * allocator, GstMemory * mem) in _vdp_video_mem_free()
260 gst_vdp_video_allocator_init (GstVdpVideoAllocator * allocator) in gst_vdp_video_allocator_init()
/third_party/boost/boost/graph/distributed/detail/
Dtag_allocator.hpp67 token(tag_allocator* allocator, int tag) in token()
74 tag_allocator* allocator; member in boost::graph::distributed::detail::tag_allocator::token
/third_party/boost/boost/asio/detail/
Dexecutor_op.hpp38 executor_op(BOOST_ASIO_MOVE_ARG(H) h, const Alloc& allocator) in executor_op()
51 Alloc allocator(o->allocator_); in do_complete() local

12345678910