xalloc: general purpose memory allocation handling wrappers This is the beginning of a series of patches to better integrate general functions to util-linux-ng. When malloc, realloc, calloc return NULL the program is exited on failure immediately. People who explicitly do not want this behavior, and need to program to continue can continue using malloc(3) and handle accordingly. - Davidlohr -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html