Home
last modified time | relevance | path

Searched refs:heap_new (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/include/isc/
Dheap.h33 #define heap_new __heap_new macro
42 heap_context heap_new(heap_higher_priority_func, heap_index_func, int);
/bionic/libc/upstream-netbsd/lib/libc/isc/
Dev_timers.c439 return (heap_new(due_sooner, set_index, 2048)); in evCreateTimers()