Searched refs:_malloc (Results 1 – 6 of 6) sorted by relevance
94 .globl _malloc95 .type _malloc, @function97 _malloc: label104 SET_SIZE(_malloc)119 ANSI_PRAGMA_WEAK2(malloc,_malloc,function)
76 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);
81 static uintptr_t umem_genasm_mptr = (uintptr_t)&_malloc;
846 extern Void_t* F1(_malloc, size_t,n) { return malloc(n); } in F1() argument