Searched refs:debug_erealloc (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ntp-92/libntp/
H A Demalloc.c80 debug_erealloc( function
116 copy = debug_erealloc(NULL, bytes, file, line);
/macosx-10.10.1/ntp-92/include/
H A Dntp_stdlib.h67 extern void * debug_erealloc (void *, size_t, const char *, int);
68 #define emalloc(c) debug_erealloc(NULL, (c), __FILE__, __LINE__)
69 #define erealloc(p, c) debug_erealloc((p), (c), __FILE__, __LINE__)

Completed in 112 milliseconds