Home
last modified time | relevance | path

Searched defs:deallocator (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dattributes.h70 #define ISC_ATTR_MALLOC_DEALLOCATOR_IDX(deallocator, id argument
44 ISC_ATTR_DEALLOCATOR(deallocator) global() argument
50 ISC_ATTR_DEALLOCATOR_IDX(deallocator,idx) global() argument
55 ISC_ATTR_MALLOC_DEALLOCATOR(deallocator) global() argument
62 ISC_ATTR_MALLOC_DEALLOCATOR_IDX(deallocator,idx) global() argument
71 ISC_ATTR_DEALLOCATOR_IDX(deallocator,idx) global() argument
72 ISC_ATTR_MALLOC_DEALLOCATOR(deallocator) global() argument
73 ISC_ATTR_MALLOC_DEALLOCATOR_IDX(deallocator,idx) global() argument
80 ISC_ATTR_DEALLOCATOR(deallocator) global() argument
81 ISC_ATTR_DEALLOCATOR_IDX(deallocator,idx) global() argument
82 ISC_ATTR_MALLOC_DEALLOCATOR(deallocator) global() argument
83 ISC_ATTR_MALLOC_DEALLOCATOR_IDX(deallocator,idx) global() argument
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dutil.h400 #define ISC_ATTR_DEALLOCATOR(deallocator) __attribute__((malloc(deallocator))) argument
406 #define ISC_ATTR_DEALLOCATOR_IDX(deallocator, idx) \ argument
411 #define ISC_ATTR_MALLOC_DEALLOCATOR(deallocator) \ argument
418 #define ISC_ATTR_MALLOC_DEALLOCATOR_IDX(deallocator, idx) \ argument
426 #define ISC_ATTR_DEALLOCATOR(deallocator) argument
427 #define ISC_ATTR_DEALLOCATOR_IDX(deallocator, idx) argument
428 #define ISC_ATTR_MALLOC_DEALLOCATOR(deallocator) ISC_ATTR_MALLOC argument
429 #define ISC_ATTR_MALLOC_DEALLOCATOR_IDX(deallocator, idx) ISC_ATTR_MALLOC argument
436 #define ISC_ATTR_DEALLOCATOR(deallocator) argument
437 #define ISC_ATTR_DEALLOCATOR_IDX(deallocator, idx) argument
[all …]
/netbsd-src/external/bsd/nsd/dist/
H A Dregion-allocator.c68 void (*deallocator)(void *); member
187 void (*deallocator)(void *); in region_destroy() local
404 void (*deallocator)(void *) = region->deallocator; in region_free_all() local
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-malloc.cc155 struct deallocator struct
163 const char *m_name;
166 enum wording m_wording;
169 state_machine::state_t m_freed;
473 deallocator::deallocator (malloc_state_machine *sm, in deallocator() function in ana::__anona66534980111::deallocator
1180 const deallocator *deallocator) in use_after_free()
1476 const deallocator *deallocator) in add_state()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/
H A Dobject.d1638 void* deallocator; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/
H A Dobject.d958 void* deallocator; variable