Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/third_party/skia/src/gpu/vk/
DGrVkMemory.cpp19 GrVkAlloc* alloc) { in AllocAndBindBufferMemory()
52 void GrVkMemory::FreeBufferMemory(const GrVkGpu* gpu, const GrVkAlloc& alloc) { in FreeBufferMemory()
61 GrVkAlloc* alloc) { in AllocAndBindImageMemory()
106 void GrVkMemory::FreeImageMemory(const GrVkGpu* gpu, const GrVkAlloc& alloc) { in FreeImageMemory()
112 void* GrVkMemory::MapAlloc(GrVkGpu* gpu, const GrVkAlloc& alloc) { in MapAlloc()
124 void GrVkMemory::UnmapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) { in UnmapAlloc()
130 void GrVkMemory::GetNonCoherentMappedMemoryRange(const GrVkAlloc& alloc, VkDeviceSize offset, in GetNonCoherentMappedMemoryRange()
153 void GrVkMemory::FlushMappedAlloc(GrVkGpu* gpu, const GrVkAlloc& alloc, VkDeviceSize offset, in FlushMappedAlloc()
165 void GrVkMemory::InvalidateMappedAlloc(GrVkGpu* gpu, const GrVkAlloc& alloc, in InvalidateMappedAlloc()
/third_party/boost/boost/
Dmulti_array.hpp152 explicit multi_array(const Allocator& alloc = Allocator()) : in multi_array()
162 const Allocator& alloc = Allocator() in multi_array()
190 Allocator const& alloc) : in multi_array()
201 const Allocator& alloc = Allocator()) : in multi_array()
222 Allocator const& alloc) : in multi_array()
249 const Allocator& alloc = Allocator()) in multi_array()
262 const Allocator& alloc = Allocator()) in multi_array()
275 const Allocator& alloc = Allocator()) in multi_array()
288 const Allocator& alloc = Allocator()) in multi_array()
299 const Allocator& alloc = Allocator()) in multi_array()
[all …]
/third_party/flutter/skia/src/gpu/vk/
DGrVkMemory.cpp37 GrVkAlloc* alloc) { in AllocAndBindBufferMemory()
77 const GrVkAlloc& alloc) { in FreeBufferMemory()
91 GrVkAlloc* alloc) { in AllocAndBindImageMemory()
126 const GrVkAlloc& alloc) { in FreeImageMemory()
135 void* GrVkMemory::MapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) { in MapAlloc()
159 void GrVkMemory::UnmapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) { in UnmapAlloc()
168 void GrVkMemory::GetNonCoherentMappedMemoryRange(const GrVkAlloc& alloc, VkDeviceSize offset, in GetNonCoherentMappedMemoryRange()
191 void GrVkMemory::FlushMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc, VkDeviceSize offset, in FlushMappedAlloc()
210 void GrVkMemory::InvalidateMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc, in InvalidateMappedAlloc()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsallocator.c100 check_fd (GstKMSAllocator * alloc) in check_fd()
253 GstKMSAllocator *alloc; in gst_kms_allocator_free() local
267 GstKMSAllocator *alloc; in gst_kms_allocator_set_property() local
288 GstKMSAllocator *alloc; in gst_kms_allocator_get_property() local
305 GstKMSAllocator *alloc; in gst_kms_allocator_finalize() local
346 GstKMSAllocator *alloc; in gst_kms_memory_map() local
409 GstAllocator *alloc; in gst_kms_allocator_init() local
427 GstAllocator *alloc; in gst_kms_allocator_new() local
439 gst_kms_allocator_add_fb (GstKMSAllocator * alloc, GstKMSMemory * kmsmem, in gst_kms_allocator_add_fb()
482 GstKMSAllocator *alloc; in gst_kms_allocator_bo_alloc() local
[all …]
/third_party/boost/libs/context/test/
Dtest_fcontext.cpp131 stack_allocator alloc; in f9() local
194 stack_allocator alloc; in test_setup() local
203 stack_allocator alloc; in test_start() local
216 stack_allocator alloc; in test_jump() local
229 stack_allocator alloc; in test_result() local
240 stack_allocator alloc; in test_arg() local
252 stack_allocator alloc; in test_transfer() local
268 stack_allocator alloc; in test_exception() local
279 stack_allocator alloc; in test_fp() local
291 stack_allocator alloc; in test_stacked() local
[all …]
/third_party/boost/boost/fiber/future/detail/
Dtask_object.hpp44 task_object( allocator_type const& alloc, Fn const& fn) : in task_object()
50 task_object( allocator_type const& alloc, Fn && fn) : in task_object()
100 static void destroy_( allocator_type const& alloc, task_object * p) noexcept { in destroy_()
119 task_object( allocator_type const& alloc, Fn const& fn) : in task_object()
125 task_object( allocator_type const& alloc, Fn && fn) : in task_object()
174 static void destroy_( allocator_type const& alloc, task_object * p) noexcept { in destroy_()
Dshared_state_object.hpp32 shared_state_object( allocator_type const& alloc) : in shared_state_object()
45 static void destroy_( allocator_type const& alloc, shared_state_object * p) noexcept { in destroy_()
/third_party/node/doc/api/
Dbuffer.md3473 ### The `--zero-fill-buffers` command-line option
3514 [`Buffer.alloc()`]: #buffer_static_method_buffer_alloc_size_fill_encoding
3515 [`Buffer.allocUnsafe()`]: #buffer_static_method_buffer_allocunsafe_size
3516 [`Buffer.allocUnsafeSlow()`]: #buffer_static_method_buffer_allocunsafeslow_size
3517 [`Buffer.concat()`]: #buffer_static_method_buffer_concat_list_totallength
3518 [`Buffer.from(array)`]: #buffer_static_method_buffer_from_array
3519 [`Buffer.from(arrayBuf)`]: #buffer_static_method_buffer_from_arraybuffer_byteoffset_length
3520 [`Buffer.from(buffer)`]: #buffer_static_method_buffer_from_buffer
3521 [`Buffer.from(string)`]: #buffer_static_method_buffer_from_string_encoding
3522 [`Buffer.poolSize`]: #buffer_class_property_buffer_poolsize
[all …]
/third_party/flutter/skia/src/core/
DSkGlyph.cpp86 size_t SkGlyph::allocImage(SkArenaAlloc* alloc) { in allocImage()
94 bool SkGlyph::setImage(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setImage()
107 bool SkGlyph::setImage(SkArenaAlloc* alloc, const void* image) { in setImage()
116 bool SkGlyph::setMetricsAndImage(SkArenaAlloc* alloc, const SkGlyph& from) { in setMetricsAndImage()
151 void SkGlyph::installPath(SkArenaAlloc* alloc, const SkPath* path) { in installPath()
163 bool SkGlyph::setPath(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setPath()
177 bool SkGlyph::setPath(SkArenaAlloc* alloc, const SkPath* path) { in setPath()
296 SkScalar* array, int* count, SkArenaAlloc* alloc) { in ensureIntercepts()
DSkDrawLooper.cpp34 SkSTArenaAlloc<48> alloc; in canComputeFastBounds() local
56 SkSTArenaAlloc<48> alloc; in computeFastBounds() local
87 SkSTArenaAlloc<256> alloc; in apply() local
/third_party/skia/src/core/
DSkGlyph.cpp70 size_t SkGlyph::allocImage(SkArenaAlloc* alloc) { in allocImage()
78 bool SkGlyph::setImage(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setImage()
91 bool SkGlyph::setImage(SkArenaAlloc* alloc, const void* image) { in setImage()
100 size_t SkGlyph::setMetricsAndImage(SkArenaAlloc* alloc, const SkGlyph& from) { in setMetricsAndImage()
144 void SkGlyph::installPath(SkArenaAlloc* alloc, const SkPath* path) { in installPath()
156 bool SkGlyph::setPath(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setPath()
170 bool SkGlyph::setPath(SkArenaAlloc* alloc, const SkPath* path) { in setPath()
289 SkScalar* array, int* count, SkArenaAlloc* alloc) { in ensureIntercepts()
DSkDrawLooper.cpp35 SkSTArenaAlloc<48> alloc; in canComputeFastBounds() local
57 SkSTArenaAlloc<48> alloc; in computeFastBounds() local
88 SkSTArenaAlloc<256> alloc; in apply() local
/third_party/boost/boost/asio/impl/
Dpost.hpp52 typename associated_allocator<handler_t>::type alloc( in operator ()() local
78 typename associated_allocator<handler_t>::type alloc( in operator ()() local
116 typename associated_allocator<handler_t>::type alloc( in operator ()() local
146 typename associated_allocator<handler_t>::type alloc( in operator ()() local
173 typename associated_allocator<handler_t>::type alloc( in operator ()() local
198 typename associated_allocator<handler_t>::type alloc( in operator ()() local
Ddispatch.hpp50 typename associated_allocator<handler_t>::type alloc( in operator ()() local
75 typename associated_allocator<handler_t>::type alloc( in operator ()() local
113 typename associated_allocator<handler_t>::type alloc( in operator ()() local
142 typename associated_allocator<handler_t>::type alloc( in operator ()() local
168 typename associated_allocator<handler_t>::type alloc( in operator ()() local
193 typename associated_allocator<handler_t>::type alloc( in operator ()() local
Ddefer.hpp52 typename associated_allocator<handler_t>::type alloc( in operator ()() local
78 typename associated_allocator<handler_t>::type alloc( in operator ()() local
116 typename associated_allocator<handler_t>::type alloc( in operator ()() local
146 typename associated_allocator<handler_t>::type alloc( in operator ()() local
173 typename associated_allocator<handler_t>::type alloc( in operator ()() local
198 typename associated_allocator<handler_t>::type alloc( in operator ()() local
/third_party/boost/boost/beast/core/impl/
Dflat_buffer.hpp67 basic_flat_buffer(Allocator const& alloc) noexcept in basic_flat_buffer()
84 Allocator const& alloc) noexcept in basic_flat_buffer()
114 Allocator const& alloc) in basic_flat_buffer()
166 Allocator const& alloc) in basic_flat_buffer()
200 Allocator const& alloc) in basic_flat_buffer()
533 alloc(std::size_t n) in alloc() function in boost::beast::basic_flat_buffer
/third_party/boost/boost/smart_ptr/
Dallocate_unique.hpp376 allocate_unique(const A& alloc) in allocate_unique()
387 allocate_unique(const A& alloc, Args&&... args) in allocate_unique()
398 allocate_unique(const A& alloc, typename type_identity<T>::type&& value) in allocate_unique()
408 allocate_unique_noinit(const A& alloc) in allocate_unique_noinit()
416 allocate_unique(const A& alloc, std::size_t size) in allocate_unique()
428 allocate_unique(const A& alloc) in allocate_unique()
439 allocate_unique_noinit(const A& alloc, std::size_t size) in allocate_unique_noinit()
448 allocate_unique_noinit(const A& alloc) in allocate_unique_noinit()
456 allocate_unique(const A& alloc, std::size_t size, in allocate_unique()
470 allocate_unique(const A& alloc, in allocate_unique()
/third_party/boost/libs/geometry/doc/index/src/examples/rtree/
Dmapped_file.cpp39 allocator_t alloc(file.get_segment_manager()); in main() local
52 allocator_t alloc(file.get_segment_manager()); in main() local
/third_party/boost/boost/asio/detail/
Dmemory.hpp61 # define BOOST_ASIO_REBIND_ALLOC(alloc, t) \ argument
67 # define BOOST_ASIO_REBIND_ALLOC(alloc, t) \ argument
/third_party/boost/boost/statechart/detail/
Dmemory.hpp67 md_allocator alloc; in allocate() local
82 md_allocator alloc; in deallocate() local
/third_party/flutter/skia/third_party/externals/angle2/src/common/
DPoolAlloc.cpp191 for (auto &alloc : mStack.back()) in pop() local
276 void *alloc = malloc(numBytes + mAlignmentMask); in allocate() local
330 for (const Allocation *alloc = this; alloc != 0; alloc = alloc->mPrevAlloc) in checkAllocList() local
/third_party/skia/third_party/externals/d3d12allocator/src/
DTests.cpp259 D3D12MA::Allocation* alloc = nullptr; in TestFrameIndexAndJson() local
316 D3D12MA::Allocation* alloc = nullptr; in TestCommittedResourcesAndJson() local
379 D3D12MA::Allocation* alloc = nullptr; in TestCustomHeapFlags() local
408 D3D12MA::Allocation* alloc = nullptr; in TestCustomHeapFlags() local
439 D3D12MA::Allocation* alloc = nullptr; in TestPlacedResources() local
543 D3D12MA::Allocation* alloc = nullptr; in TestOtherComInterface() local
782 D3D12MA::Allocation* alloc = NULL; in TestAliasingMemory() local
829 D3D12MA::Allocation* alloc = nullptr; in TestMapping() local
908 D3D12MA::Allocation* alloc = nullptr; in TestStats() local
979 D3D12MA::Allocation* alloc = nullptr; in TestTransfer() local
[all …]
/third_party/boost/boost/histogram/axis/
Dcategory.hpp66 explicit category(allocator_type alloc) : vec_(alloc) {} in category()
76 category(It begin, It end, metadata_type meta = {}, allocator_type alloc = {}) in category()
92 category(const C& iterable, metadata_type meta = {}, allocator_type alloc = {}) in category()
104 allocator_type alloc = {})
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dcontainer_memory.h54 void* Allocate(Alloc* alloc, size_t n) { in Allocate()
73 void Deallocate(Alloc* alloc, void* p, size_t n) { in Deallocate()
92 void ConstructFromTupleImpl(Alloc* alloc, T* ptr, Tuple&& t, in ConstructFromTupleImpl()
148 void ConstructFromTuple(Alloc* alloc, T* ptr, Tuple&& t) { in ConstructFromTuple()
/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory.h54 void* Allocate(Alloc* alloc, size_t n) { in Allocate()
73 void Deallocate(Alloc* alloc, void* p, size_t n) { in Deallocate()
92 void ConstructFromTupleImpl(Alloc* alloc, T* ptr, Tuple&& t, in ConstructFromTupleImpl()
148 void ConstructFromTuple(Alloc* alloc, T* ptr, Tuple&& t) { in ConstructFromTuple()

12345678910>>...18