xmalloc, xrealloc: traditional functions to allocate memory
Those functions automatically abort if allocation fails (which is not quite the same as calling assert()). Avoid these functions in new code.
Showing
Please register or sign in to comment