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

/illumos-gate/usr/src/lib/libumem/i386/
H A Dasm_subr.s104 jmp umem_malloc_free;
H A Dumem_genasm.c76 static uintptr_t umem_genasm_ofptr = (uintptr_t)umem_malloc_free;
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_base.h156 extern void umem_malloc_free(void *);
H A Dmalloc.c57 #pragma weak free = umem_malloc_free
379 umem_malloc_free(void *buf) function
/illumos-gate/usr/src/lib/libumem/amd64/
H A Dumem_genasm.c80 static uintptr_t umem_genasm_ofptr = (uintptr_t)umem_malloc_free;

Completed in 61 milliseconds