Home
last modified time | relevance | path

Searched refs:min_heap_dtor_ (Results 1 – 3 of 3) sorted by relevance

/external/libevent/
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); } in min_heap_dtor_() function
Devent.c888 min_heap_dtor_(&base->timeheap); in event_base_free_()
/external/libevent/test/
Dregress_minheap.c93 min_heap_dtor_(&heap); in test_heap_randomized()