Home
last modified time | relevance | path

Searched refs:_malloc (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libumem/i386/
H A Dasm_subr.S94 .globl _malloc
95 .type _malloc, @function
97 _malloc: label
104 SET_SIZE(_malloc)
119 ANSI_PRAGMA_WEAK2(malloc,_malloc,function)
H A Dumem_genasm.c76 static uintptr_t umem_genasm_mptr = (uintptr_t)&_malloc;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dvmalloc13 lib _malloc,__malloc,__libc_malloc
75 extern void* _malloc(unsigned int n) { MALLOC(n); }
84 extern void* _malloc(n) unsigned int n; { MALLOC(n); }
/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.c81 static uintptr_t umem_genasm_mptr = (uintptr_t)&_malloc;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dmalloc.c846 extern Void_t* F1(_malloc, size_t,n) { return malloc(n); } in F1() argument