Home
last modified time | relevance | path

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

/third_party/popt/
Dsystem.h83 #define xmalloc(_size) (malloc(_size) ? : vmefail()) macro
88 #define xmalloc(_size) malloc(_size) macro
/third_party/weston/shared/
Dxalloc.h42 #define xmalloc(s) (fail_on_null(malloc(s), (s), __FILE__, __LINE__)) macro
/third_party/Linux_Kernel/scripts/dtc/
Dutil.h41 static inline void *xmalloc(size_t len) in xmalloc() function
/third_party/Linux_Kernel/scripts/kconfig/
Dutil.c131 void *xmalloc(size_t size) in xmalloc() function
/third_party/Linux_Kernel/scripts/genksyms/
Dgenksyms.h81 #define xmalloc(size) ({ void *__ptr = malloc(size); \ macro
/third_party/e2fsprogs/intl/
Drelocatable.c43 # define xmalloc malloc macro
/third_party/giflib/
Dgetarg.c148 xmalloc(unsigned size) { in xmalloc() function
/third_party/toybox/scripts/
Dconfig2help.c30 void *xmalloc(size_t size) in xmalloc() function
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dtre.h228 #define xmalloc malloc macro
/third_party/musl/src/regex/
Dtre.h227 #define xmalloc malloc macro
/third_party/toybox/lib/
Dxwrap.c69 void *xmalloc(size_t size) in xmalloc() function