Home
last modified time | relevance | path

Searched refs:xmalloc (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.c120 static void *xmalloc(size_t size, const char *msg) in xmalloc() function
132 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()