H A D | malloc.c | 74 #define F2(f,t1,a1,t2,a2) f(t1 a1, t2 a2) macro 78 #define F2(f,t1,a1,t2,a2) f(a1, a2) t1 a1; t2 a2; macro 843 extern Void_t* F2(_calloc, size_t,n, size_t,m) { return calloc(n, m); } in F2() function 848 extern Void_t* F2(_memalign, size_t,a, size_t,n) { return memalign(a, n); } in F2() function 853 extern Void_t* F2(_realloc, Void_t*,p, size_t,n) { return realloc(p, n); } in F2() function 860 extern Void_t* F2(__calloc, size_t,n, size_t,m) { return calloc(n, m); } in F2() function 865 extern Void_t* F2(__memalign, size_t,a, size_t,n) { return memalign(a, n); } in F2() function 870 extern Void_t* F2(__realloc, Void_t*,p, size_t,n) { return realloc(p, n); } in F2() function 877 extern Void_t* F2(__libc_calloc, size_t,n, size_t,m) { return calloc(n, m); } in F2() function 882 extern Void_t* F2(__libc_memalig function 887 extern Void_t* F2(__libc_realloc, Void_t*,p, size_t,n) { return realloc(p, n); } F2() function 1040 extern Void_t* F2(_ast_memalign, size_t,a, size_t,n) { return memalign(a, n); } F2() function 1042 extern Void_t* F2(_ast_realloc, Void_t*,p, size_t,n) { return realloc(p, n); } F2() function 1046 extern Void_t* F2(_ast_calloc, size_t,n, size_t,m) { return calloc(n, m); } F2() function 1089 extern int F2(_ast_mallopt, int,cmd, int,value) { return mallopt(cmd, value); } F2() function [all...] |