Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dutil.h49 static inline void *xmalloc(size_t len) in xmalloc() function
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dutil.c131 void *xmalloc(size_t size) in xmalloc() function
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dutil.c82 void *xmalloc(size_t size) in xmalloc() function
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dutil.h43 static inline void *xmalloc(size_t len) in xmalloc() function
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dutil.c143 void *xmalloc(size_t size) in xmalloc() function
/OK3568_Linux_fs/kernel/scripts/genksyms/
H A Dgenksyms.h70 #define xmalloc(size) ({ void *__ptr = malloc(size); \ macro
/OK3568_Linux_fs/buildroot/package/makedevs/
H A Dmakedevs.c198 void *xmalloc(size_t size) in xmalloc() function
/OK3568_Linux_fs/u-boot/tools/easylogo/
H A Deasylogo.c56 void *xmalloc (size_t size) in xmalloc() function
/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c3334 static void *xmalloc(size_t size) function