Searched defs:xmalloc (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/lib/
H A Dxmalloc.c0 /* xmalloc.c -- malloc with out of memory checking
43 xmalloc (size_t n) function
82 return memset (xmalloc (s), 0, s);
109 return memcpy (xmalloc (s), p, s);
/osnet-11/usr/src/lib/libpkg/common/
H A Dprogerr.c128 * xmalloc()
139 xmalloc(size_t size) function
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dmisc.c125 xmalloc (grub_size_t size) function
153 newstr = (char *) xmalloc (len + 1);
165 *buf = xmalloc (512);
239 ret = xmalloc (PATH_MAX);
243 ret = xmalloc (PATH_MAX);
/osnet-11/usr/src/grub/grub2/util/ieee1275/
H A Dofpath.c43 #define xmalloc malloc macro
93 sysfs_path = xmalloc (PATH_MAX);
94 path = xmalloc (PATH_MAX);
138 char *rpath = xmalloc (PATH_MAX);
221 sysfs_path = xmalloc (PATH_MAX);
242 sysfs_path = xmalloc (PATH_MAX);
260 buf = xmalloc (PATH_MAX);
304 path = xmalloc (PATH_MAX);
332 sysfs_path = xmalloc (PATH_MAX);
399 name_buf = xmalloc (PATH_MA
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dreed_solomon.c23 #define xmalloc malloc macro
136 m = xmalloc ((s + rs) * sizeof (gf_single_t));
139 rs_polynomial = xmalloc ((rs + 1) * sizeof (gf_single_t));
221 chosen = xmalloc (n * sizeof (int));
260 sigma = xmalloc (rs2 * sizeof (gf_single_t));
261 errpot = xmalloc (rs2 * sizeof (gf_single_t));
262 errpos = xmalloc (rs2 * sizeof (int));
263 sy = xmalloc (rs * sizeof (gf_single_t));
302 eq = xmalloc (rs2 * (rs2 + 1) * sizeof (gf_single_t));
343 eq = xmalloc (r
[all...]

Completed in 25 milliseconds