Searched refs:xmalloc (Results 1 – 1 of 1) sorted by relevance
120 static void *xmalloc(size_t size, const char *msg) in xmalloc() function132 return memset(xmalloc(size, msg), 0, size); in xzalloc()322 buf = xmalloc(st_size, "failed to load file into memory"); in parse_fip()359 image->buffer = xmalloc(toc_entry->size, in parse_fip()418 image->buffer = xmalloc(st.st_size, "failed to allocate image buffer"); in read_image_from_file()