Searched defs:F1 (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/vmalloc/
H A Dmalloc.c73 #define F1(f,t1,a1) f(t1 a1) macro
77 #define F1(f,t1,a1) f(a1) t1 a1; macro
844 extern Void_t F1(_cfree, Void_t*,p) { free(p); } function
845 extern Void_t F1(_free, Void_t*,p) { free(p); } function
846 extern Void_t* F1(_malloc, size_t,n) { return malloc(n); } function
851 extern Void_t* F1(_pvalloc, size_t,n) { return pvalloc(n); } function
855 extern Void_t* F1(_valloc, size_t,n) { return valloc(n); } function
861 extern Void_t F1(__cfree, Void_t*,p) { free(p); } function
862 extern Void_t F1(__free, Void_t*,p) { free(p); } function
863 extern Void_t* F1(__mallo function
868 extern Void_t* F1(__pvalloc, size_t,n) { return pvalloc(n); } function
872 extern Void_t* F1(__valloc, size_t,n) { return valloc(n); } function
878 extern Void_t F1(__libc_cfree, Void_t*,p) { free(p); } function
879 extern Void_t F1(__libc_free, Void_t*,p) { free(p); } function
880 extern Void_t* F1(__libc_malloc, size_t,n) { return malloc(n); } function
885 extern Void_t* F1(__libc_pvalloc, size_t,n) { return pvalloc(n); } function
889 extern Void_t* F1(__libc_valloc, size_t,n) { return valloc(n); } function
1037 extern Void_t F1(_ast_free, Void_t*,p) { free(p); } function
1038 extern Void_t* F1(_ast_malloc, size_t,n) { return malloc(n); } function
1047 extern Void_t F1(_ast_cfree, Void_t*,p) { free(p); } function
1049 extern Void_t* F1(_ast_pvalloc, size_t,n) { return pvalloc(n); } function
1052 extern Void_t* F1(_ast_valloc, size_t,n) { return valloc(n); } function
[all...]

Completed in 643 milliseconds