Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dutil.h33 static inline void *xmalloc(size_t len) in xmalloc() function
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dgenksyms.h79 #define xmalloc(size) ({ void *__ptr = malloc(size); \ macro