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

/osnet-11/usr/src/lib/libresolv2/include/isc/
H A Dheap.h32 #define heap_free __heap_free macro
41 int heap_free(heap_context);
/osnet-11/usr/src/lib/libumem/common/
H A Dvmem_base.h43 vmem_alloc_t *heap_alloc, vmem_free_t *heap_free);
H A Dumem.c485 static vmem_free_t *heap_free; variable
2889 heap_alloc, heap_free, umem_va_arena,
2990 heap_free = NULL;
3129 heap_arena = vmem_heap_arena(&heap_alloc, &heap_free);
3134 heap_alloc, heap_free, heap_arena, 0, VM_NOSLEEP);
3148 heap_alloc, heap_free, heap_arena, 0, VM_NOSLEEP);
3160 heap_alloc, heap_free, umem_firewall_va_arena, 0,
3167 heap_alloc, heap_free, minfirewall < ULONG_MAX ?
3171 heap_alloc, heap_free, minfirewall < ULONG_MAX ?
H A Dvmem.c1691 size_t heap_quantum, vmem_alloc_t *heap_alloc, vmem_free_t *heap_free)
1721 vmem_heap_free = heap_free;
1725 heap_alloc, heap_free, heap, 0,
1688 vmem_init(const char *parent_name, size_t parent_quantum, vmem_alloc_t *parent_alloc, vmem_free_t *parent_free, const char *heap_name, void *heap_start, size_t heap_size, size_t heap_quantum, vmem_alloc_t *heap_alloc, vmem_free_t *heap_free) argument
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dheap.c77 heap_free(heap_context ctx) { function
H A Dev_timers.c561 (void) heap_free(ctx->timers);

Completed in 53 milliseconds