OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xmalloc
(Results
176 - 200
of
599
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mesa3d/src/glx/
dri2_glx.c
202
pcp =
Xmalloc
(sizeof *pcp);
265
pcp =
Xmalloc
(sizeof *pcp);
357
pdraw =
Xmalloc
(sizeof(*pdraw));
1033
psc =
Xmalloc
(sizeof *psc);
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
ar.c
401
s = (char *)
xmalloc
(abfd->xvec->ar_max_namelen + 1);
454
new_argv =
xmalloc
((new_argc + 1) * sizeof (*argv));
983
char *cbuf = (char *)
xmalloc
(BUFSIZE);
1034
char *cbuf = (char *)
xmalloc
(BUFSIZE);
1137
old_name = (char *)
xmalloc
(strlen (bfd_get_filename (iarch)) + 1);
[
all
...]
od-xcoff.c
594
data->sects =
xmalloc
(data->nscns * sizeof (struct xcoff32_section));
659
data->strings =
xmalloc
(data->strings_size);
678
xmalloc
(data->nsyms * sizeof (union xcoff32_symbol));
767
debug = (char *)
xmalloc
(size);
1061
ldr_data = (bfd_byte *)
xmalloc
(size);
[
all
...]
prdbg.c
344
n = (struct pr_stack *)
xmalloc
(sizeof *n);
365
n = (char *)
xmalloc
(strlen (s) + strlen (info->stack->type) + 1);
429
n = (char *)
xmalloc
(strlen (info->stack->type) + strlen (s));
734
arg_types = (char **)
xmalloc
(argcount * sizeof *arg_types);
756
s = (char *)
xmalloc
(len);
961
arg_types = (char **)
xmalloc
(argcount * sizeof *arg_types);
983
s = (char *)
xmalloc
(len);
[
all
...]
objdump.c
396
only =
xmalloc
(sizeof * only);
575
sy = (asymbol **)
xmalloc
(storage);
605
sy = (asymbol **)
xmalloc
(storage);
[
all
...]
bucomm.c
478
tmpname = (char *)
xmalloc
(len + sizeof (template) + 2);
492
tmpname = (char *)
xmalloc
(sizeof (template));
od-macho.c
640
buf =
xmalloc
(len);
[
all
...]
/ndk/sources/host-tools/make-3.81/
read.c
402
ebuf.buffer = ebuf.bufnext = ebuf.bufstart =
xmalloc
(ebuf.size);
508
commands =
xmalloc
(200);
577
collapsed = (char *)
xmalloc
(collapsed_length);
[
all
...]
job.c
247
* Return an
xmalloc
'ed string of a newly created temp file and its
306
char *const path = (char *)
xmalloc
(final_size);
[
all
...]
commands.c
288
lines = (char **)
xmalloc
(5 * sizeof (char *));
334
cmds->lines_flags = (char *)
xmalloc
(nlines);
ar.c
222
struct nameseq *new = (struct nameseq *)
xmalloc
(state->size);
implicit.c
237
= (struct rule **)
xmalloc
(num_pattern_rules * max_pattern_targets
623
d->name =
xmalloc
(strlen (p) + l + 1);
928
file->stem = (char *)
xmalloc
(fullstemlen + 1);
955
new->name = p = (char *)
xmalloc
(rule->lens[i] + fullstemlen + 1);
/toolchain/binutils/binutils-2.25/libiberty/
functions.texi
12
calls to this function. Memory is allocated using @code{
xmalloc
} under
98
is obtained from @code{
xmalloc
}. All of the memory can be returned to the
144
fails). The buffer for the result is obtained with @code{
xmalloc
}.
173
@code{
xmalloc
}ed memory. The argument list is terminated by the first
[
all
...]
/external/toybox/toys/posix/
cp.c
300
list =
xmalloc
(listlen);
307
value =
xmalloc
(len);
/toolchain/binutils/binutils-2.25/gas/config/
tc-moxie.c
775
relP =
xmalloc
(sizeof (arelent));
777
relP->sym_ptr_ptr =
xmalloc
(sizeof (asymbol *));
/toolchain/binutils/binutils-2.25/gas/
stabs.c
432
stabstr_secname = (char *)
xmalloc
(strlen (stab_secname) + 4);
540
bufp = buf = (char *)
xmalloc
(2 * strlen (file) + strlen (sym) + 12);
/toolchain/binutils/binutils-2.25/gprof/
gmon_io.c
496
histograms = (struct histogram *)
xmalloc
(sizeof (struct histogram));
502
histograms->sample = (int *)
xmalloc
(hist_num_bins * sizeof (int));
/toolchain/binutils/binutils-2.25/opcodes/
cgen-opc.c
245
xmalloc
(size * sizeof (CGEN_KEYWORD_ENTRY *));
248
xmalloc
(size * sizeof (CGEN_KEYWORD_ENTRY *));
/external/bison/lib/
w32spawn.h
184
quoted_string = (char *)
xmalloc
(length + 1);
/external/strace/
Android.mk
171
xmalloc
.c \
pathtrace.c
274
fds =
xmalloc
(fdsize);
/external/tlsdate/src/
tlsdate-helper-plan9.c
198
xmalloc
(size_t size)
function
203
die("
xmalloc
: zero size\n");
207
die("
xmalloc
: out of memory (allocating %zu bytes)\n", size);
475
cn_buf = (char *)
xmalloc
(TLSDATE_HOST_NAME_MAX + 1);
[
all
...]
/external/toybox/lib/
lib.c
218
*list =
xmalloc
(sizeof(struct string_list) + len + 1);
248
rnext =
xmalloc
(sizeof(void *) + strlen(filename)
343
try = new =
xmalloc
(strlen(s)*2+1);
465
if (!ibuf) buf =
xmalloc
(len+1);
/external/toybox/toys/pending/
tr.c
239
char *comp =
xmalloc
(256);
/hardware/intel/common/libva/va/x11/
va_nvctrl.c
309
*ptr = (char *)
Xmalloc
(numbytes);
Completed in 1771 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>