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

/illumos-gate/usr/src/lib/libumem/i386/
H A Dasm_subr.s94 ENTRY(_malloc) function
101 SET_SIZE(_malloc)
112 ANSI_PRAGMA_WEAK2(malloc,_malloc,function)
H A Dumem_genasm.c71 static uintptr_t umem_genasm_mptr = (uintptr_t)&_malloc;
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_base.h157 extern void *_malloc(size_t);
/illumos-gate/usr/src/lib/libumem/amd64/
H A Dumem_genasm.c75 static uintptr_t umem_genasm_mptr = (uintptr_t)&_malloc;
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c520 extern Void_t* F1(_malloc, size_t,n) { return malloc(n); }

Completed in 50 milliseconds