Home
last modified time | relevance | path

Searched refs:deallocator (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isc/include/isc/
H A Dattributes.h38 #define ISC_ATTR_DEALLOCATOR(deallocator) __attribute__((malloc(deallocator))) argument
44 #define ISC_ATTR_DEALLOCATOR_IDX(deallocator, idx) \ argument
45 __attribute__((malloc(deallocator, idx)))
49 #define ISC_ATTR_MALLOC_DEALLOCATOR(deallocator) \ argument
50 __attribute__((malloc, malloc(deallocator)))
57 __attribute__((malloc, malloc(deallocator, idx)))
64 #define ISC_ATTR_DEALLOCATOR(deallocator) argument
65 #define ISC_ATTR_DEALLOCATOR_IDX(deallocator, idx) argument
74 #define ISC_ATTR_DEALLOCATOR(deallocator) argument
75 #define ISC_ATTR_DEALLOCATOR_IDX(deallocator, idx) argument
[all …]
/dports/dns/nsd/nsd-4.3.9/
H A Dregion-allocator.c110 result->deallocator = deallocator; in alloc_region_base()
118 deallocator(result); in alloc_region_base()
138 deallocator(result); in region_create()
165 deallocator(result); in region_create_custom()
187 void (*deallocator)(void *); in region_destroy() local
191 deallocator = region->deallocator; in region_destroy()
202 deallocator(p); in region_destroy()
206 deallocator(region); in region_destroy()
404 void (*deallocator)(void *) = region->deallocator; in region_free_all() local
407 deallocator(p); in region_free_all()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/analyzer/
H A Dsm-malloc.cc79 class deallocator;
125 const deallocator *deallocator) in allocation_state()
155 struct deallocator struct
159 static int cmp (const deallocator *a, const deallocator *b);
344 const deallocator *deallocator);
462 deallocator::deallocator (malloc_state_machine *sm, in deallocator() function in ana::__anond91b4c270111::deallocator
484 deallocator::cmp (const deallocator *a, const deallocator *b) in cmp()
555 const deallocator *
1142 const deallocator *deallocator) in use_after_free() argument
1424 const deallocator *deallocator) in add_state() argument
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/analyzer/
H A Dsm-malloc.cc78 class deallocator;
124 const deallocator *deallocator) in allocation_state()
154 struct deallocator struct
158 static int cmp (const deallocator *a, const deallocator *b);
343 const deallocator *deallocator);
455 deallocator::deallocator (malloc_state_machine *sm, in deallocator() function in ana::__anon725c5bc70111::deallocator
477 deallocator::cmp (const deallocator *a, const deallocator *b) in cmp()
548 const deallocator *
1135 const deallocator *deallocator) in use_after_free() argument
1398 const deallocator *deallocator) in add_state() argument
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/analyzer/
H A Dsm-malloc.cc78 class deallocator;
124 const deallocator *deallocator) in allocation_state()
154 struct deallocator struct
158 static int cmp (const deallocator *a, const deallocator *b);
343 const deallocator *deallocator);
455 deallocator::deallocator (malloc_state_machine *sm, in deallocator() function in ana::__anon673aeb840111::deallocator
477 deallocator::cmp (const deallocator *a, const deallocator *b) in cmp()
548 const deallocator *
1135 const deallocator *deallocator) in use_after_free() argument
1398 const deallocator *deallocator) in add_state() argument
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/analyzer/
H A Dsm-malloc.cc78 class deallocator; in get_cpu_global_timer()
124 const deallocator *deallocator) in get_cpu_global_timer()
154 struct deallocator in get_cpu_global_timer()
158 static int cmp (const deallocator *a, const deallocator *b); in get_cpu_global_timer()
343 const deallocator *deallocator); in get_cpu_global_timer()
455 deallocator::deallocator (malloc_state_machine *sm, in get_cpu_global_timer()
477 deallocator::cmp (const deallocator *a, const deallocator *b) in get_cpu_global_timer()
548 const deallocator * in get_cpu_global_timer()
1135 const deallocator *deallocator) in get_cpu_global_timer()
1398 const deallocator *deallocator) in get_cpu_global_timer()
[all …]
/dports/dns/bind916/bind-9.16.27/lib/isc/include/isc/
H A Dutil.h376 #define ISC_ATTR_DEALLOCATOR(deallocator) __attribute__((malloc(deallocator))) argument
382 #define ISC_ATTR_DEALLOCATOR_IDX(deallocator, idx) \ argument
383 __attribute__((malloc(deallocator, idx)))
387 #define ISC_ATTR_MALLOC_DEALLOCATOR(deallocator) \ argument
388 __attribute__((malloc, malloc(deallocator)))
395 __attribute__((malloc, malloc(deallocator, idx)))
402 #define ISC_ATTR_DEALLOCATOR(deallocator) argument
403 #define ISC_ATTR_DEALLOCATOR_IDX(deallocator, idx) argument
412 #define ISC_ATTR_DEALLOCATOR(deallocator) argument
413 #define ISC_ATTR_DEALLOCATOR_IDX(deallocator, idx) argument
[all …]
/dports/dns/bind-tools/bind-9.16.27/lib/isc/include/isc/
H A Dutil.h376 #define ISC_ATTR_DEALLOCATOR(deallocator) __attribute__((malloc(deallocator))) argument
382 #define ISC_ATTR_DEALLOCATOR_IDX(deallocator, idx) \ argument
383 __attribute__((malloc(deallocator, idx)))
387 #define ISC_ATTR_MALLOC_DEALLOCATOR(deallocator) \ argument
388 __attribute__((malloc, malloc(deallocator)))
395 __attribute__((malloc, malloc(deallocator, idx)))
402 #define ISC_ATTR_DEALLOCATOR(deallocator) argument
403 #define ISC_ATTR_DEALLOCATOR_IDX(deallocator, idx) argument
412 #define ISC_ATTR_DEALLOCATOR(deallocator) argument
413 #define ISC_ATTR_DEALLOCATOR_IDX(deallocator, idx) argument
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/cif/cif/builtins/memory/buffer/impl/
H A Dbuffer_impl.h57 void SetAllocator(AllocatorT allocator, DeallocatorT deallocator, ReallocatorT reallocator){ in CIF_DECLARE_INTERFACE_PIMPL()
63 this->tempDeallocator = this->deallocator; in CIF_DECLARE_INTERFACE_PIMPL()
67 this->deallocator = deallocator; in CIF_DECLARE_INTERFACE_PIMPL()
73 void SetUnderlyingStorage(void *memory, size_t size, DeallocatorT deallocator){ in CIF_DECLARE_INTERFACE_PIMPL()
79 this->tempDeallocator = deallocator; in CIF_DECLARE_INTERFACE_PIMPL()
164 if(deallocator != nullptr){ in CIF_DECLARE_INTERFACE_PIMPL()
165 deallocator(this->memory); in CIF_DECLARE_INTERFACE_PIMPL()
278 if(deallocator != nullptr){ in CIF_DECLARE_INTERFACE_PIMPL()
279 deallocator(this->memory); in CIF_DECLARE_INTERFACE_PIMPL()
294 DeallocatorT deallocator = DefaultDeallocator; in CIF_DECLARE_INTERFACE_PIMPL() local
H A Dbuffer_impl.cpp18 …FACE_CLASS(Buffer, 1)::SetAllocator(AllocatorT allocator, DeallocatorT deallocator, ReallocatorT r… in SetAllocator() argument
19 CIF_GET_PIMPL()->SetAllocator(allocator, deallocator, reallocator); in SetAllocator()
22 …ERFACE_CLASS(Buffer, 1)::SetUnderlyingStorage(void *memory, size_t size, DeallocatorT deallocator){ in SetUnderlyingStorage() argument
23 CIF_GET_PIMPL()->SetUnderlyingStorage(memory, size, deallocator); in SetUnderlyingStorage()
/dports/graphics/py-wand/Wand-0.6.7/wand/
H A Dresource.py52 def allocate_ref(addr, deallocator): argument
57 allocation_map[addr] = deallocator
63 deallocator = allocation_map.pop(addr)
64 if callable(deallocator):
65 deallocator(addr)
73 deallocator = allocation_map.pop(addr)
74 if callable(deallocator):
75 deallocator(addr)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/
H A Dclass_property.cc28 PropertyDeallocator deallocator, in SetPropertyInternal() argument
38 prop_value.deallocator = deallocator; in SetPropertyInternal()
50 if (iter->second.deallocator) in ClearProperties()
51 (*iter->second.deallocator)(iter->second.value); in ClearProperties()
H A Dclass_property.h58 PropertyDeallocator deallocator; member
122 PropertyDeallocator deallocator,
134 PropertyDeallocator deallocator; member
176 value == property->default_value ? nullptr : property->deallocator, in Set()
179 if (property->deallocator && in Set()
181 (*property->deallocator)(old); in Set()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/
H A Dclass_property.cc28 PropertyDeallocator deallocator, in SetPropertyInternal() argument
38 prop_value.deallocator = deallocator; in SetPropertyInternal()
50 if (iter->second.deallocator) in ClearProperties()
51 (*iter->second.deallocator)(iter->second.value); in ClearProperties()
H A Dclass_property.h58 PropertyDeallocator deallocator; member
122 PropertyDeallocator deallocator, in COMPONENT_EXPORT()
134 PropertyDeallocator deallocator; in COMPONENT_EXPORT() member
176 value == property->default_value ? nullptr : property->deallocator, in COMPONENT_EXPORT()
179 if (property->deallocator && in COMPONENT_EXPORT()
181 (*property->deallocator)(old); in COMPONENT_EXPORT()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSData/
H A Dgeneral.m79 START_SET("deallocator blocks")
89 deallocator: ^(void* bytes, NSUInteger length) {
93 "No free() error with custom deallocator");
99 deallocator: ^(void *bytes, NSUInteger len)
106 "No free() error with custom deallocator on mutable data");
112 deallocator: ^(void *bytes, NSUInteger len)
119 "Can set capactiy with custom deallocator on mutable data");
123 "No free() error with custom deallocator on mutable data "
130 END_SET("deallocator blocks")
/dports/graphics/graphviz/graphviz-2.44.1/lib/sparse/
H A Dvector.c18 Vector Vector_new(int maxlen, size_t size_of_elem, void (*deallocator)(void *v)){ in Vector_new()
25 v->deallocator = deallocator; in Vector_new()
41 if (v->deallocator)(v->deallocator)((char*)v->v + (v->size_of_elem)*i/sizeof(char)); in Vector_reset()
60 if (v->deallocator)(v->deallocator)((char*)v->v + (v->size_of_elem)*i/sizeof(char)); in Vector_delete()
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/foreign/
H A Dalloc.scrbl18 @tech{deallocator} (produced by @racket[deallocator]) to @racket[_v].
31 need not be specifically a @tech{deallocator} produced by
32 @racket[deallocator]. If a @tech{deallocator} is called explicitly, it
54 @defproc[((deallocator [get-arg (list? . -> . any/c) car]) [dealloc procedure?])
60 Produces a @deftech{deallocator} procedure that behaves like
61 @racket[dealloc]. The @tech{deallocator} calls @racket[dealloc] in
63 arguments, the it cancels the most recent remaining deallocator
71 arguments to @racket[dealloc], though the @tech{deallocator} will
75 @racket[deallocator].}
/dports/databases/pointcloud/pointcloud-1.2.1/lib/
H A Dpc_mem.c97 pc_deallocator deallocator, pc_message_handler error_handler, in pc_set_handlers() argument
102 if ( ! deallocator ) deallocator = pc_context.free; in pc_set_handlers()
109 pc_context.free = deallocator; in pc_set_handlers()
/dports/devel/libght/libght-0.1.0/src/
H A Dght_mem.c102 GhtDeallocator deallocator, GhtMessageHandler error_handler, in ght_set_handlers() argument
107 ght_context.free = deallocator; in ght_set_handlers()
126 void ght_set_deallocator(GhtDeallocator deallocator) in ght_set_deallocator() argument
128 ght_context.free = deallocator; in ght_set_deallocator()
H A Dght_mem.h22 GhtDeallocator deallocator, GhtMessageHandler error_handler,
29 void ght_set_deallocator(GhtDeallocator deallocator);
/dports/databases/postgis32/postgis-3.2.0/raster/rt_core/
H A Drt_context.c160 rt_deallocator deallocator, rt_message_handler error_handler, in rt_set_handlers() argument
163 rt_set_handlers_options(allocator, reallocator, deallocator, in rt_set_handlers()
170 rt_deallocator deallocator, rt_message_handler error_handler, in rt_set_handlers_options() argument
176 ctx_t.dealloc = deallocator; in rt_set_handlers_options()
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dpix1.c190 void (*deallocator)(void *); member
214 (*pix_mem_manager.deallocator)(ptr); in pix_free()
238 void (deallocator(void *))) in setPixMemoryManager()
241 if (deallocator) pix_mem_manager.deallocator = deallocator; in setPixMemoryManager()
248 void ((*deallocator)(void *))) in setPixMemoryManager()
251 if (deallocator) pix_mem_manager.deallocator = deallocator; in setPixMemoryManager()
/dports/audio/alsa-utils/alsa-utils-1.2.2/axfer/test/
H A Dgenerator.c160 void (*deallocator)(void *frame_buffer, unsigned int samples_per_frame); in test_frame_count() local
168 deallocator = deallocate_buf; in test_frame_count()
172 deallocator = deallocate_vector; in test_frame_count()
194 deallocator(frame_buffer, samples_per_frame); in test_frame_count()
/dports/devel/libmowgli/libmowgli-5ab559e3af5b11767ada53d4401fb1c4443f3723/src/libmowgli/
H A Dmowgli_allocation_policy.c44 mowgli_deallocation_func_t deallocator) in mowgli_allocation_policy_create() argument
58 policy->deallocate = deallocator; in mowgli_allocation_policy_create()

12345678910>>...28