Below is the file 'src/include/mem.h' from this revision. You can also download the file.

/* mem.h */

void *safe_malloc(size_t);
void *safe_realloc(void *, size_t);