Home
last modified time | relevance | path

Searched refs:really_new_malloc (Results 1 – 4 of 4) sorted by relevance

/dports/irc/epic4/epic4-2.10.9/include/
H A Dircaux.h28 #define new_malloc(x) really_new_malloc ((x), __FILE__, __LINE__)
47 void * really_new_malloc (size_t, const char *, int);
/dports/irc/epic5/epic5-2.1.6/include/
H A Dircaux.h28 #define new_malloc(x) really_new_malloc ((x), __FILE__, __LINE__)
40 void * really_new_malloc (size_t, const char *, int);
/dports/irc/epic4/epic4-2.10.9/source/
H A Dircaux.c162 void * really_new_malloc (size_t size, const char *fn, int line) in really_new_malloc() function
270 *ptr = really_new_malloc(size, fn, line); in really_new_realloc()
/dports/irc/epic5/epic5-2.1.6/source/
H A Dircaux.c171 void * really_new_malloc (size_t size, const char *fn, int line) in really_new_malloc() function
285 *ptr = really_new_malloc(size, fn, line); in really_new_realloc()