Searched refs:xmalloc (Results 1 - 17 of 17) sorted by relevance

/linux-master/scripts/kconfig/
H A Dutil.c44 file = xmalloc(sizeof(*file) + len + 1);
60 gs.s = xmalloc(sizeof(char) * 64);
106 void *xmalloc(size_t size) function
H A Dlexer.l58 text = xmalloc(START_STRSIZE);
80 text = xmalloc(size + 1);
410 struct buffer *buf = xmalloc(sizeof(*buf));
H A Dpreprocess.c49 e = xmalloc(sizeof(*e));
303 v = xmalloc(sizeof(*v));
508 out = xmalloc(1);
H A Dlkc.h57 void *xmalloc(size_t size);
H A Dmenu.c50 menu = xmalloc(sizeof(*menu));
134 prop = xmalloc(sizeof(*prop));
725 jump = xmalloc(sizeof(struct jump_key));
H A Dsymbol.c685 sym->def[S_DEF_USER].val = val = xmalloc(size);
689 sym->def[S_DEF_USER].val = val = xmalloc(size);
839 symbol = xmalloc(sizeof(*symbol));
H A Dconfdata.c611 out = xmalloc(len);
765 val_prefixed = xmalloc(val_prefixed_len);
H A Dexpr.c73 e = xmalloc(sizeof(*org));
/linux-master/scripts/dtc/
H A Dsrcpos.c32 char *dir = xmalloc(len + 1);
77 res = xmalloc((3 * diff) + restlen + 1);
179 srcfile = xmalloc(sizeof(*srcfile));
220 node = xmalloc(sizeof(*node));
262 pos_new = xmalloc(sizeof(struct srcpos));
267 srcfile_state = xmalloc(sizeof(struct srcfile_state));
H A Dfdtoverlay.c56 tmpo = xmalloc(fdt_totalsize(overlay));
115 ovblob = xmalloc(sizeof(*ovblob) * argc);
H A Dutil.c29 char *d = xmalloc(len);
39 char *d = xmalloc(len);
109 str = xmalloc(len);
261 buf = xmalloc(bufsize);
H A Dlivetree.c24 new = xmalloc(sizeof(*new));
42 struct property *new = xmalloc(sizeof(*new));
55 struct property *new = xmalloc(sizeof(*new));
91 struct node *new = xmalloc(sizeof(*new));
109 struct node *new = xmalloc(sizeof(*new));
360 struct reserve_info *new = xmalloc(sizeof(*new));
403 dti = xmalloc(sizeof(*dti));
705 tbl = xmalloc(n * sizeof(*tbl));
743 tbl = xmalloc(n * sizeof(*tbl));
779 tbl = xmalloc(
[all...]
H A Dutil.h43 static inline void *xmalloc(size_t len) function
H A Ddata.c231 m = xmalloc(sizeof(*m));
H A Dflattree.c845 blob = xmalloc(totalsize);
/linux-master/scripts/genksyms/
H A Dgenksyms.h70 #define xmalloc(size) ({ void *__ptr = malloc(size); \ macro
H A Dgenksyms.c275 sym = xmalloc(sizeof(*sym));
340 newnode = xmalloc(sizeof(*newnode));
369 newnode = xmalloc(sizeof(*newnode));

Completed in 164 milliseconds