Home
last modified time | relevance | path

Searched refs:dealloc (Results 1 – 25 of 107) sorted by relevance

12345

/third_party/boost/boost/log/detail/
Dthreadsafe_queue.hpp134 auto_deallocate(allocator_type* alloc, node* dealloc, node* destr) BOOST_NOEXCEPT : in auto_deallocate()
136 m_pDeallocate(dealloc), in auto_deallocate()
244 threadsafe_queue_impl::node_base *dealloc, *destr; in try_pop() local
245 if (m_pImpl->try_pop(dealloc, destr)) in try_pop()
248 … auto_deallocate guard(static_cast< allocator_type* >(this), static_cast< node* >(dealloc), p); in try_pop()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDescriptorSetAllocator.cpp126 for (const Deallocation& dealloc : mPendingDeallocations.IterateUpTo(completedSerial)) { in FinishDeallocation() local
127 ASSERT(dealloc.poolIndex < mDescriptorPools.size()); in FinishDeallocation()
129 auto& freeSetIndices = mDescriptorPools[dealloc.poolIndex].freeSetIndices; in FinishDeallocation()
131 mAvailableDescriptorPoolIndices.emplace_back(dealloc.poolIndex); in FinishDeallocation()
133 freeSetIndices.emplace_back(dealloc.setIndex); in FinishDeallocation()
/third_party/flutter/engine/flutter/shell/platform/darwin/common/framework/Source/
DFlutterChannels.mm40 - (void)dealloc { method
44 [super dealloc];
92 - (void)dealloc { method
96 [super dealloc];
129 - (void)dealloc { method
132 [super dealloc];
182 - (void)dealloc { method
186 [super dealloc];
263 - (void)dealloc { method
267 [super dealloc];
DFlutterStandardCodec.mm33 - (void)dealloc { method
35 [super dealloc];
83 - (void)dealloc { method
85 [super dealloc];
186 - (void)dealloc { method
188 [super dealloc];
219 - (void)dealloc { method
221 [super dealloc];
348 - (void)dealloc { method
350 [super dealloc];
/third_party/boost/boost/format/
Dalt_sstream.hpp66 { dealloc(); str(s); } in basic_altstringbuf()
68 { dealloc(); } in ~basic_altstringbuf()
98 { dealloc(); str(s); } in basic_altstringbuf()
109 void dealloc();
/third_party/boost/libs/python/test/
Dm1.cpp23 dealloc(PyObject* self) in dealloc() function
39 dealloc, /* tp_dealloc */
110 dealloc, /* tp_dealloc */
/third_party/gettext/gettext-tools/examples/hello-objc-gnustep/
DAppController.m27 - (void)dealloc
32 [super dealloc];
DHello.m20 - (void)dealloc
23 [super dealloc];
DHello.h19 - (void)dealloc;
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DGRPCCompletionQueue.m46 // anymore (i.e. on self dealloc). So the block would never end if it
82 - (void)dealloc { method
86 // are called after self is dealloc'd.
DGRPCWrappedCall.m78 - (void)dealloc { method
106 - (void)dealloc { method
155 - (void)dealloc { method
228 - (void)dealloc { method
324 - (void)dealloc { method
/third_party/vk-gl-cts/framework/platform/ios/
DtcuEAGLView.m42 - (void)dealloc
44 [super dealloc];
DtcuIOSAppDelegate.m89 - (void)dealloc
93 [super dealloc];
DtcuIOSViewController.m55 - (void)dealloc
57 [super dealloc];
/third_party/boost/libs/beast/example/http/server/fast/
Dfields_alloc.hpp78 dealloc() in dealloc() function
164 pool_->dealloc(); in deallocate()
/third_party/boost/boost/smart_ptr/detail/
Dquick_allocator.hpp143 static inline void dealloc(void * pv) in dealloc() function
156 static inline void dealloc(void * pv, std::size_t n) in dealloc() function
Dsp_counted_impl.hpp130 quick_allocator<this_type>::dealloc( p ); in operator delete()
210 quick_allocator<this_type>::dealloc( p ); in operator delete()
/third_party/mesa3d/src/util/tests/vma/
Dvma_random_test.cpp93 else if (action < 374) dealloc(); in test()
150 void dealloc() in dealloc() function
217 dealloc(); in empty()
/third_party/glslang/glslang/Include/
Darrays.h86 virtual ~TSmallArrayVector() { dealloc(); } in ~TSmallArrayVector()
145 dealloc(); in pop_front()
200 void dealloc() in dealloc() function
/third_party/flatbuffers/tests/rust_usage_test/bin/
Dflexbuffers_alloc_check.rs31 unsafe fn dealloc(&self, ptr: *mut u8, layout: Layout) { in dealloc() method
32 System.dealloc(ptr, layout) in dealloc()
Dflatbuffers_alloc_check.rs20 unsafe fn dealloc(&self, ptr: *mut u8, layout: Layout) { in dealloc() method
21 System.dealloc(ptr, layout) in dealloc()
/third_party/boost/boost/python/detail/
Ddealloc.hpp11 inline void dealloc(PyObject* self) in dealloc() function
/third_party/flatbuffers/include/flatbuffers/
Dgrpc.h179 void (*dealloc)(void *,
180 size_t) = &DefaultAllocator::dealloc)
187 slice_allocator_.slice_ = grpc_slice_new_with_len(buf, capacity, dealloc);
/third_party/protobuf/objectivec/
DGPBDictionary.m761 //%- (void)dealloc {
766 //% [super dealloc];
1159 //%- (void)dealloc {
1163 //% [super dealloc];
1362 //%- (void)dealloc {
1368 //% [super dealloc];
1475 - (void)dealloc { method
1480 [super dealloc];
1658 - (void)dealloc { method
1663 [super dealloc];
[all …]
DGPBDescriptor.m182 - (void)dealloc { method
185 [super dealloc];
385 - (void)dealloc { method
388 [super dealloc];
411 - (void)dealloc { method
413 [super dealloc];
588 - (void)dealloc { method
593 [super dealloc];
834 - (void)dealloc { method
837 [super dealloc];
[all …]

12345