Searched defs:heap_free (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dheap.h32 #define heap_free __heap_free macro
41 int heap_free(heap_context);
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dheap.c77 heap_free(heap_context ctx) { function
/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem.c1693 size_t heap_quantum, vmem_alloc_t *heap_alloc, vmem_free_t *heap_free)
1723 vmem_heap_free = heap_free;
1727 heap_alloc, heap_free, heap, 0,
1690 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
H A Dumem.c735 static vmem_free_t *heap_free; variable
3174 heap_alloc, heap_free, umem_va_arena,
3285 heap_free = NULL;
3424 heap_arena = vmem_heap_arena(&heap_alloc, &heap_free);
3429 heap_alloc, heap_free, heap_arena, 0, VM_NOSLEEP);
3443 heap_alloc, heap_free, heap_arena, 0, VM_NOSLEEP);
3455 heap_alloc, heap_free, umem_firewall_va_arena, 0,
3462 heap_alloc, heap_free, minfirewall < ULONG_MAX ?
3466 heap_alloc, heap_free, minfirewall < ULONG_MAX ?

Completed in 56 milliseconds