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

/illumos-gate/usr/src/lib/libumem/i386/
H A Dasm_subr.s95 jmp umem_malloc;
H A Dumem_genasm.c75 static uintptr_t umem_genasm_omptr = (uintptr_t)umem_malloc;
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_base.h155 extern void *umem_malloc(size_t);
H A Dmalloc.c56 #pragma weak malloc = umem_malloc
61 umem_malloc(size_t size_arg) function
/illumos-gate/usr/src/lib/libumem/amd64/
H A Dumem_genasm.c79 static uintptr_t umem_genasm_omptr = (uintptr_t)umem_malloc;

Completed in 74 milliseconds