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

  /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...]
  /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::__anon12594
527 deallocator::deallocator (malloc_state_machine *sm, function in class:ana::__anon12594::deallocator
    [all...]
  /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::__anon15216
473 deallocator::deallocator (malloc_state_machine *sm, function in class:ana::__anon15216::deallocator
    [all...]

Completed in 28 milliseconds