Home
last modified time | relevance | path

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

/external/libevent/
Dminheap-internal.h45 static inline void min_heap_ctor_(min_heap_t* s);
64 void min_heap_ctor_(min_heap_t* s) { s->p = 0; s->n = 0; s->a = 0; } in min_heap_ctor_() function
Devent.c601 min_heap_ctor_(&base->timeheap); in event_base_new_with_config()
/external/libevent/test/
Dregress_minheap.c62 min_heap_ctor_(&heap); in test_heap_randomized()