Searched refs:min_heap_dtor_ (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/libevent/test/
H A Dregress_minheap.c93 min_heap_dtor_(&heap);
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_minheap.c94 min_heap_dtor_(&heap);
/freebsd-13-stable/contrib/libevent/
H A Dminheap-internal.h46 static inline void min_heap_dtor_(min_heap_t* s);
65 void min_heap_dtor_(min_heap_t* s) { if (s->p) mm_free(s->p); } function
H A Devent.c888 min_heap_dtor_(&base->timeheap);
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dminheap-internal.h46 static inline void min_heap_dtor_(min_heap_t* s);
65 void min_heap_dtor_(min_heap_t* s) { if (s->p) mm_free(s->p); } function
H A Devent.c845 min_heap_dtor_(&base->timeheap);

Completed in 139 milliseconds