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