Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/dtc/
H A Dutil.h52 static inline void *xmalloc(size_t len) in xmalloc() function
/openbmc/linux/scripts/kconfig/
H A Dutil.c82 void *xmalloc(size_t size) in xmalloc() function
/openbmc/linux/scripts/dtc/
H A Dutil.h43 static inline void *xmalloc(size_t len) in xmalloc() function
/openbmc/u-boot/scripts/kconfig/
H A Dutil.c131 void *xmalloc(size_t size) in xmalloc() function
/openbmc/linux/scripts/genksyms/
H A Dgenksyms.h70 #define xmalloc(size) ({ void *__ptr = malloc(size); \ macro
/openbmc/u-boot/tools/easylogo/
H A Deasylogo.c56 void *xmalloc (size_t size) in xmalloc() function
/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c938 static void *xmalloc(size_t size) in xmalloc() function
/openbmc/u-boot/common/
H A Dcli_hush.c3333 static void *xmalloc(size_t size) function