HomeSort by: relevance | last modified time | path
    Searched refs:deallocator (Results 1 - 8 of 8) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/include/isc/
attributes.h 49 * Associates deallocator as a suitable deallocation function
52 #define ISC_ATTR_DEALLOCATOR(deallocator) __attribute__((malloc(deallocator)))
56 * in calls to deallocator has the effect of deallocating it.
58 #define ISC_ATTR_DEALLOCATOR_IDX(deallocator, idx) \
59 __attribute__((malloc(deallocator, idx)))
63 #define ISC_ATTR_MALLOC_DEALLOCATOR(deallocator) \
64 __attribute__((malloc, malloc(deallocator)))
68 * in calls to deallocator has the effect of deallocating it.
70 #define ISC_ATTR_MALLOC_DEALLOCATOR_IDX(deallocator, idx)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
util.h 397 * Associates deallocator as a suitable deallocation function
400 #define ISC_ATTR_DEALLOCATOR(deallocator) __attribute__((malloc(deallocator)))
404 * in calls to deallocator has the effect of deallocating it.
406 #define ISC_ATTR_DEALLOCATOR_IDX(deallocator, idx) \
407 __attribute__((malloc(deallocator, idx)))
411 #define ISC_ATTR_MALLOC_DEALLOCATOR(deallocator) \
412 __attribute__((malloc, malloc(deallocator)))
416 * in calls to deallocator has the effect of deallocating it.
418 #define ISC_ATTR_MALLOC_DEALLOCATOR_IDX(deallocator, idx)
    [all...]
  /src/external/bsd/nsd/dist/
region-allocator.c 68 void (*deallocator)(void *); member in struct:region
90 void (*deallocator)(void *),
110 result->deallocator = deallocator;
118 deallocator(result);
129 void (*deallocator)(void *))
131 region_type* result = alloc_region_base(allocator, deallocator,
137 deallocator(result->cleanups);
138 deallocator(result);
148 void (*deallocator)(void *)
    [all...]
region-allocator.h 42 void (*deallocator)(void *));
55 void (*deallocator)(void *),
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
sm-malloc.cc 61 __attribute__ ((malloc(DEALLOCATOR))).
63 There can be more than one valid deallocator for a given allocator,
79 class deallocator;
87 /* States that are independent of allocator/deallocator. */
113 /* State for a pointer passed to a deallocator. */
125 const deallocator *deallocator)
128 m_deallocator (deallocator)
137 const deallocator *m_deallocator;
153 __attribute__((malloc(DEALLOCATOR))). *
155 struct deallocator struct in namespace:ana::__anon10250
473 deallocator::deallocator (malloc_state_machine *sm, function in class:ana::__anon10250::deallocator
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-malloc.cc 63 __attribute__ ((malloc(DEALLOCATOR))).
65 There can be more than one valid deallocator for a given allocator,
81 class deallocator;
89 /* States that are independent of allocator/deallocator. */
118 /* State for a pointer passed to a deallocator. */
130 const deallocator *deallocator)
133 m_deallocator (deallocator)
142 const deallocator *m_deallocator;
177 __attribute__((malloc(DEALLOCATOR))). *
179 struct deallocator struct in namespace:ana::__anon19
527 deallocator::deallocator (malloc_state_machine *sm, function in class:ana::__anon19::deallocator
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
lifetime.d 149 if (c.deallocator)
151 fp_t fp = cast(fp_t)c.deallocator;
152 (*fp)(*p); // call deallocator
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/
object.d 1638 void* deallocator;

Completed in 41 milliseconds