Home
last modified time | relevance | path

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

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