Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libumem/i386/
H A Dasm_subr.s94 ENTRY(_malloc)
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;
/titanic_41/usr/src/lib/libast/common/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); }
/titanic_41/usr/src/lib/libumem/common/
H A Dumem_base.h157 extern void *_malloc(size_t);
/titanic_41/usr/src/lib/libumem/amd64/
H A Dumem_genasm.c75 static uintptr_t umem_genasm_mptr = (uintptr_t)&_malloc;
/titanic_41/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c520 extern Void_t* F1(_malloc, size_t,n) { return malloc(n); } in F1() argument