Home
last modified time | relevance | path

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

/third_party/popt/src/
Dsystem.h45 #define xmalloc(_size) (malloc(_size) ? : vmefail()) macro
50 #define xmalloc(_size) malloc(_size) macro
/third_party/elfutils/lib/
Dxmalloc.c41 xmalloc (size_t n) in xmalloc() function
/third_party/fsverity-utils/lib/
Dutils.c18 static void *xmalloc(size_t size) in xmalloc() function
/third_party/toybox/openharmony/
Dsu.c44 static void *xmalloc(size_t size) in xmalloc() function
/third_party/fsverity-utils/programs/
Dutils.c27 void *xmalloc(size_t size) in xmalloc() function
/third_party/toybox/scripts/
Dconfig2help.c30 void *xmalloc(size_t size) in xmalloc() function
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dtre.h229 #define xmalloc malloc macro
/third_party/musl/src/regex/
Dtre.h227 #define xmalloc malloc macro
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dtre.h228 #define xmalloc malloc macro
/third_party/musl/porting/uniproton/kernel/src/regex/
Dtre.h228 #define xmalloc malloc macro
/third_party/tzdata/
Dzdump.c166 xmalloc(ptrdiff_t size) in xmalloc() function
/third_party/toybox/lib/
Dxwrap.c69 void *xmalloc(size_t size) in xmalloc() function
/third_party/f2fs-tools/tools/f2fs_io/
Df2fs_io.c90 static void *xmalloc(size_t size) in xmalloc() function