Searched refs:_malloc (Results 1 – 6 of 6) sorted by relevance
94 ENTRY(_malloc)101 SET_SIZE(_malloc)112 ANSI_PRAGMA_WEAK2(malloc,_malloc,function)
71 static uintptr_t umem_genasm_mptr = (uintptr_t)&_malloc;
13 lib _malloc,__malloc,__libc_malloc75 extern void* _malloc(unsigned int n) { MALLOC(n); }84 extern void* _malloc(n) unsigned int n; { MALLOC(n); }
157 extern void *_malloc(size_t);
75 static uintptr_t umem_genasm_mptr = (uintptr_t)&_malloc;
520 extern Void_t* F1(_malloc, size_t,n) { return malloc(n); } in F1() argument