| 972 | | univptr_t |
|---|
| 973 | | trace__malloc |
|---|
| 974 | | _((size_t nbytes, const char *fname, int linenum)); |
|---|
| 975 | | univptr_t |
|---|
| 976 | | trace__calloc |
|---|
| 977 | | _((size_t nelem, size_t elsize, const char *fname, int linenum)); |
|---|
| 978 | | univptr_t |
|---|
| 979 | | trace__realloc |
|---|
| 980 | | _((univptr_t cp, size_t nbytes, const char *fname, int linenum)); |
|---|
| 981 | | univptr_t trace__valloc |
|---|
| 982 | | _((size_t size, const char *fname, int linenum)); |
|---|
| 983 | | univptr_t |
|---|
| 984 | | trace__memalign |
|---|
| 985 | | _((size_t alignment, size_t size, const char *fname, int linenum)); |
|---|
| 986 | | univptr_t trace__emalloc |
|---|
| 987 | | _((size_t nbytes, const char *fname, int linenum)); |
|---|
| | 972 | univptr_t trace__malloc |
|---|
| | 973 | _((size_t nbytes, const char *fname, int linenum)); |
|---|
| | 974 | univptr_t trace__calloc |
|---|
| | 975 | _((size_t nelem, size_t elsize, const char *fname, int linenum)); |
|---|
| | 976 | univptr_t trace__realloc |
|---|
| | 977 | _((univptr_t cp, size_t nbytes, const char *fname, int linenum)); |
|---|
| | 978 | univptr_t trace__valloc _((size_t size, const char *fname, int linenum)); |
|---|
| | 979 | univptr_t trace__memalign |
|---|
| | 980 | _((size_t alignment, size_t size, const char *fname, int linenum)); |
|---|
| | 981 | univptr_t trace__emalloc _((size_t nbytes, const char *fname, int linenum)); |
|---|
| 990 | | univptr_t trace__erealloc |
|---|
| 991 | | _((univptr_t ptr, size_t nbytes, const char *fname, int linenum)); |
|---|
| 992 | | char *trace__strdup _((const char *s, const char *fname, int linenum)); |
|---|
| 993 | | char *trace__strsave _((const char *s, const char *fname, int linenum)); |
|---|
| | 984 | univptr_t |
|---|
| | 985 | trace__erealloc |
|---|
| | 986 | _((univptr_t ptr, size_t nbytes, const char *fname, int linenum)); |
|---|
| | 987 | char * |
|---|
| | 988 | trace__strdup |
|---|
| | 989 | _((const char *s, const char *fname, int linenum)); |
|---|
| | 990 | char * |
|---|
| | 991 | trace__strsave |
|---|
| | 992 | _((const char *s, const char *fname, int linenum)); |
|---|
| 999 | | univptr_t |
|---|
| 1000 | | malloc |
|---|
| 1001 | | _((size_t nbytes)); |
|---|
| 1002 | | univptr_t |
|---|
| 1003 | | calloc |
|---|
| 1004 | | _((size_t nelem, size_t elsize)); |
|---|
| 1005 | | univptr_t |
|---|
| 1006 | | realloc |
|---|
| 1007 | | _((univptr_t cp, size_t nbytes)); |
|---|
| 1008 | | univptr_t |
|---|
| 1009 | | valloc |
|---|
| 1010 | | _((size_t size)); |
|---|
| 1011 | | univptr_t |
|---|
| 1012 | | memalign |
|---|
| 1013 | | _((size_t alignment, size_t size)); |
|---|
| 1014 | | univptr_t |
|---|
| 1015 | | emalloc |
|---|
| 1016 | | _((size_t nbytes)); |
|---|
| 1017 | | univptr_t |
|---|
| 1018 | | ecalloc |
|---|
| 1019 | | _((size_t nelem, size_t sz)); |
|---|
| 1020 | | univptr_t |
|---|
| 1021 | | erealloc |
|---|
| 1022 | | _((univptr_t ptr, size_t nbytes)); |
|---|
| 1023 | | Free_t free |
|---|
| 1024 | | _((univptr_t cp)); |
|---|
| 1025 | | Free_t cfree |
|---|
| 1026 | | _((univptr_t cp)); |
|---|
| | 1000 | univptr_t malloc |
|---|
| | 1001 | _((size_t nbytes)); |
|---|
| | 1002 | univptr_t calloc |
|---|
| | 1003 | _((size_t nelem, size_t elsize)); |
|---|
| | 1004 | univptr_t realloc |
|---|
| | 1005 | _((univptr_t cp, size_t nbytes)); |
|---|
| | 1006 | univptr_t valloc |
|---|
| | 1007 | _((size_t size)); |
|---|
| | 1008 | univptr_t memalign |
|---|
| | 1009 | _((size_t alignment, size_t size)); |
|---|
| | 1010 | univptr_t emalloc |
|---|
| | 1011 | _((size_t nbytes)); |
|---|
| | 1012 | univptr_t ecalloc |
|---|
| | 1013 | _((size_t nelem, size_t sz)); |
|---|
| | 1014 | univptr_t erealloc |
|---|
| | 1015 | _((univptr_t ptr, size_t nbytes)); |
|---|
| | 1016 | Free_t free _((univptr_t cp)); |
|---|
| | 1017 | Free_t cfree _((univptr_t cp)); |
|---|
| 1030 | | __m_botch |
|---|
| 1031 | | _((const char *s1, const char *s2, univptr_t p, |
|---|
| 1032 | | int is_end_ptr, const char *filename, int linenumber)); |
|---|
| | 1021 | __m_botch |
|---|
| | 1022 | _((const char *s1, const char *s2, univptr_t p, |
|---|
| | 1023 | int is_end_ptr, const char *filename, int linenumber)); |
|---|