Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.c130 static void *xzalloc(size_t size, const char *msg) in xzalloc() function
146 desc = xzalloc(sizeof(*desc), in new_image_desc()
356 image = xzalloc(sizeof(*image), in parse_fip()
416 image = xzalloc(sizeof(*image), "failed to allocate memory for image"); in read_image_from_file()