Searched refs:heap_free (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/netpfil/ipfw/
H A Ddn_sched_wf2q.c273 heap_free(&si->ne_heap);
274 heap_free(&si->sch_heap);
275 heap_free(&si->idle_heap);
286 heap_free(&si->sch_heap);
287 heap_free(&si->ne_heap);
288 heap_free(&si->idle_heap);
H A Ddn_heap.h81 * heap_free() frees the memory associated to a heap.
104 void heap_free(struct dn_heap *h);
H A Ddn_heap.c309 heap_free(struct dn_heap *h) function
H A Dip_dummynet.c2585 heap_free(&dn_cfg.evheap);
/freebsd-10-stable/lib/libc/isc/
H A Dev_timers.c441 (void) heap_free(ctx->timers);

Completed in 142 milliseconds