Searched refs:irealloc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/tzcode/zic/
H A Dialloc.c41 irealloc(pointer, size) function
64 if ((result = irealloc(old, oldsize + newsize + 1)) != NULL)
H A Dprivate.h156 void * irealloc (void * pointer, int size);
H A Dzic.c389 #define erealloc(ptr, size) memcheck(irealloc((ptr), (size)))

Completed in 85 milliseconds