OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xmalloc
(Results
51 - 75
of
599
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/e2fsprogs/intl/
relocatable.c
43
# define
xmalloc
malloc
macro
119
memory = (char *)
xmalloc
(orig_prefix_len + 1 + curr_prefix_len + 1);
203
q = (char *)
xmalloc
(p - curr_pathname + 1);
263
curr_prefix = (char *)
xmalloc
(curr_prefix_len + 1);
433
(char *)
xmalloc
(curr_prefix_len + strlen (pathname_tail) + 1);
/toolchain/binutils/binutils-2.25/libiberty/
argv.c
75
copy = (char **)
xmalloc
((argc + 1) * sizeof (char *));
81
copy[argc] = (char *)
xmalloc
(len + 1);
145
is obtained from @code{
xmalloc
}. All of the memory can be returned to the
187
copybuf = (char *)
xmalloc
(strlen (input) + 1);
201
nargv = (char **)
xmalloc
(maxargc * sizeof (char *));
415
buffer = (char *)
xmalloc
(pos * sizeof (char) + 1);
430
file_argv = (char **)
xmalloc
(sizeof (char *));
choose-temp.c
50
fails). The buffer for the result is obtained with @code{
xmalloc
}.
/toolchain/binutils/binutils-2.25/binutils/
dlltool.c
1058
struct export *p = (struct export *)
xmalloc
(sizeof (*p));
1092
dll_name =
xmalloc
(strlen (image_basename) + strlen (suffix) + 1);
[
all
...]
coffgrok.c
150
relpp = (arelent **)
xmalloc
(relsize);
204
(struct coff_where *) (
xmalloc
(sizeof (struct coff_where)));
311
(struct coff_type *)
xmalloc
(sizeof (struct coff_type));
430
xmalloc
(sizeof (struct coff_type)));
445
(struct coff_type *)
xmalloc
(sizeof (struct coff_type));
455
= (struct coff_type *)
xmalloc
(sizeof (struct coff_type));
476
(struct coff_visible *) (
xmalloc
(sizeof (struct coff_visible)));
601
(struct coff_ofile *)
xmalloc
(sizeof (struct coff_ofile));
620
(struct coff_sfile *)
xmalloc
(sizeof (struct coff_sfile));
733
syms = (asymbol **)
xmalloc
(storage)
[
all
...]
nlmconv.c
389
symbols = (asymbol **)
xmalloc
(symsize);
459
newsyms = (asymbol **)
xmalloc
(newsymalloc * sizeof (asymbol *));
481
new_name =
xmalloc
(strlen (bfd_asymbol_name (sym)) + 1);
492
new_name =
xmalloc
(strlen (bfd_asymbol_name (sym)) + 2);
588
(asymbol *)
xmalloc
(sizeof (asymbol));
687
outsyms = (asymbol **)
xmalloc
((symcount + newsymcount + 1)
900
data =
xmalloc
(custom_size);
929
data =
xmalloc
(help_size);
947
data =
xmalloc
(message_size);
975
data =
xmalloc
(module_size)
[
all
...]
windres.c
135
#define obstack_chunk_alloc
xmalloc
202
n = (char *)
xmalloc
(strlen (d->dir) + strlen (filename) + 2);
465
/* This is a recursive routine, so using
xmalloc
is probably better
467
a = (rc_res_entry **)
xmalloc
(c * sizeof (rc_res_entry *));
714
buf = (char *)
xmalloc
(buflen);
774
n =
xmalloc
(sizeof *n);
904
n =
xmalloc
(strlen (preprocargs) + strlen (quotedarg) + 2);
916
preprocargs =
xmalloc
(strlen (quotedarg) + 3);
924
n =
xmalloc
(strlen (preprocargs) + strlen (quotedarg) + 4);
968
preprocargs =
xmalloc
(strlen (quotedarg) + 3)
[
all
...]
/external/elfutils/libcpu/
i386_parse.y
51
#define obstack_chunk_alloc
xmalloc
269
struct synonym *newp =
xmalloc
(sizeof (*newp));
345
struct suffix *ns =
xmalloc
(sizeof (*ns));
422
$$ =
xmalloc
(sizeof (struct bitvalue));
429
$$ =
xmalloc
(sizeof (struct bitvalue));
436
$$ =
xmalloc
(sizeof (struct bitvalue));
467
runp->next =
xmalloc
(sizeof (struct argument));
474
$$ =
xmalloc
(sizeof (struct argument));
493
$$ =
xmalloc
(sizeof (struct argname));
525
$$ =
xmalloc
(sizeof (struct argname))
[
all
...]
/toolchain/binutils/binutils-2.25/ld/
deffilep.y
274
char *name =
xmalloc
(strlen ($2) + 2);
371
def_file *rv =
xmalloc
(sizeof (def_file));
707
fdef->exports =
xmalloc
(max_exports * sizeof (def_file_export));
741
s =
xmalloc
(sizeof (def_file_module) + strlen (name));
849
fdef->imports =
xmalloc
(max_imports * sizeof (def_file_import));
982
def->name =
xmalloc
(strlen (image_name) + strlen (suffix) + 1);
1007
def->description =
xmalloc
(len);
1040
def->section_defs =
xmalloc
(max_sections * sizeof (def_file_import));
1133
buf =
xmalloc
(strlen (module) + strlen (ext) + 2);
1152
struct directive *d =
xmalloc
(sizeof (struct directive))
[
all
...]
mri.c
73
xmalloc
(sizeof (struct section_name_struct));
214
tmp = (struct wildcard_list *)
xmalloc
(sizeof *tmp);
226
tmp = (struct wildcard_list *)
xmalloc
(sizeof *tmp);
/toolchain/binutils/binutils-2.25/gas/config/
xtensa-relax.c
527
TransitionList *tl = (TransitionList *)
xmalloc
(sizeof (TransitionList));
560
(PreconditionList *)
xmalloc
(sizeof (PreconditionList));
587
Precondition *cond = (Precondition *)
xmalloc
(sizeof (Precondition));
603
Precondition *cond = (Precondition *)
xmalloc
(sizeof (Precondition));
659
BuildOp *b_op = (BuildOp *)
xmalloc
(sizeof (BuildOp));
672
BuildOp *b_op = (BuildOp *)
xmalloc
(sizeof (BuildOp));
685
BuildOp *b_op = (BuildOp *)
xmalloc
(sizeof (BuildOp));
698
BuildOp *b_op = (BuildOp *)
xmalloc
(sizeof (BuildOp));
716
BuildOp *b_op = (BuildOp *)
xmalloc
(sizeof (BuildOp));
824
op = (opname_e *)
xmalloc
(sizeof (opname_e))
[
all
...]
/hardware/intel/common/libva/va/x11/
va_dri2.c
156
*driverName =
Xmalloc
(rep.driverNameLength + 1);
168
*deviceName =
Xmalloc
(rep.deviceNameLength + 1);
281
buffers =
Xmalloc
(rep.count * sizeof buffers[0]);
/ndk/sources/host-tools/make-3.81/
vmsfunctions.c
37
struct DIR *dir = (struct DIR *)
xmalloc
(sizeof (struct DIR));
38
struct NAM *dnam = (struct NAM *)
xmalloc
(sizeof (struct NAM));
40
char *searchspec = (char *)
xmalloc
(MAXNAMLEN + 1);
/external/bison/src/
symlist.c
35
symbol_list *res =
xmalloc
(sizeof *res);
66
symbol_list *res =
xmalloc
(sizeof *res);
85
symbol_list *res =
xmalloc
(sizeof *res);
103
symbol_list *res =
xmalloc
(sizeof *res);
/external/mesa3d/src/glx/
indirect_glx.c
359
gc =
Xmalloc
(sizeof *gc);
369
state =
Xmalloc
(sizeof(struct __GLXattributeRec));
387
gc->buf = (GLubyte *)
Xmalloc
(bufSize);
471
psc =
Xmalloc
(sizeof *psc);
/external/strace/
xmalloc.c
41
void *
xmalloc
(size_t size)
function
/external/toybox/lib/
llist.c
81
struct double_list *new =
xmalloc
(sizeof(struct double_list));
/external/toybox/toys/lsb/
dmesg.c
46
data = to = from =
xmalloc
(size+1);
killall.c
90
TT.err =
xmalloc
(2*toys.optc);
su.c
68
argv = argu =
xmalloc
(sizeof(char *)*(toys.optc + 4));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xthreads.h
33
# ifndef
xmalloc
34
# define
xmalloc
malloc
macro
282
# define xcondition_malloc() (xcondition_t)
xmalloc
(sizeof(xcondition_rec))
288
# define xmutex_malloc() (xmutex_t)
xmalloc
(sizeof(xmutex_rec))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xthreads.h
33
# ifndef
xmalloc
34
# define
xmalloc
malloc
macro
282
# define xcondition_malloc() (xcondition_t)
xmalloc
(sizeof(xcondition_rec))
288
# define xmutex_malloc() (xmutex_t)
xmalloc
(sizeof(xmutex_rec))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h
140
strings. Allocates memory using
xmalloc
. */
146
strings. Allocates memory using
xmalloc
. The first argument is
290
/* Set the program name used by
xmalloc
. */
301
extern void *
xmalloc
(size_t) ATTRIBUTE_MALLOC;
303
/* Reallocate memory without fail. This works like
xmalloc
. Note,
310
xmalloc
. */
342
#define XNEW(T) ((T *)
xmalloc
(sizeof (T)))
350
#define XNEWVEC(T, N) ((T *)
xmalloc
(sizeof (T) * (N)))
359
#define XNEWVAR(T, S) ((T *)
xmalloc
((S)))
/toolchain/binutils/binutils-2.25/gas/
remap.c
56
map = (struct debug_prefix_map *)
xmalloc
(sizeof (debug_prefix_map));
/toolchain/binutils/binutils-2.25/include/
libiberty.h
143
strings. Allocates memory using
xmalloc
. */
149
strings. Allocates memory using
xmalloc
. The first argument is
293
/* Set the program name used by
xmalloc
. */
304
extern void *
xmalloc
(size_t) ATTRIBUTE_MALLOC ATTRIBUTE_RETURNS_NONNULL;
306
/* Reallocate memory without fail. This works like
xmalloc
. Note,
313
xmalloc
. */
345
#define XNEW(T) ((T *)
xmalloc
(sizeof (T)))
353
#define XNEWVEC(T, N) ((T *)
xmalloc
(sizeof (T) * (N)))
362
#define XNEWVAR(T, S) ((T *)
xmalloc
((S)))
Completed in 510 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>