| /third_party/boost/libs/asio/test/ |
| D | deadline_timer.cpp | 255 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 …]
|
| D | system_timer.cpp | 275 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/ |
| D | gstmsdkvideomemory.c | 55 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 …]
|
| D | gstmsdksystemmemory.c | 53 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/ |
| D | gstv4l2allocator.c | 133 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/ |
| D | allocator.hpp | 41 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/ |
| D | HandleRangeAllocator_unittest.cpp | 29 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 …]
|
| D | HandleAllocator_unittest.cpp | 19 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/ |
| D | basefs_allocator.c | 29 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/ |
| D | GrVkMemory.cpp | 38 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/ |
| D | gstdmabuf.c | 50 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/ |
| D | CommandAllocatorTests.cpp | 59 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/ |
| D | allocator.hpp | 32 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/ |
| D | manage_additional_parameters.hpp | 86 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/ |
| D | incomplete_test.cpp | 60 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/ |
| D | allocate_local_shared_array.hpp | 74 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()
|
| D | allocate_shared_array.hpp | 78 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/ |
| D | allocator.hpp | 17 class allocator class 20 allocator() in allocator() function in allocator
|
| /third_party/gstreamer/gstreamer/tests/examples/memory/ |
| D | my-memory.c | 32 _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/ |
| D | gallocator.c | 87 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/ |
| D | gstallocator.c | 93 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/ |
| D | gstkmsallocator.c | 106 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/ |
| D | gstvdpvideomemory.c | 38 _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/ |
| D | tag_allocator.hpp | 67 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/ |
| D | executor_op.hpp | 38 executor_op(BOOST_ASIO_MOVE_ARG(H) h, const Alloc& allocator) in executor_op() 51 Alloc allocator(o->allocator_); in do_complete() local
|