OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xmalloc
(Results
301 - 325
of
599
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-driver.c
220
fn_buffer = (struct gcov_fn_buffer *)
xmalloc
(len);
247
values = (gcov_type *)
xmalloc
(len);
629
xmalloc
(sizeof(struct gcov_summary_buffer));
[
all
...]
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-driver.c
220
fn_buffer = (struct gcov_fn_buffer *)
xmalloc
(len);
247
values = (gcov_type *)
xmalloc
(len);
629
xmalloc
(sizeof(struct gcov_summary_buffer));
[
all
...]
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-driver.c
220
fn_buffer = (struct gcov_fn_buffer *)
xmalloc
(len);
247
values = (gcov_type *)
xmalloc
(len);
629
xmalloc
(sizeof(struct gcov_summary_buffer));
[
all
...]
/toolchain/binutils/binutils-2.25/libiberty/
obstacks.texi
97
@code{
xmalloc
} (@pxref{Unconstrained Allocation, , , libc, The GNU C Library Reference Manual}). This is done with
101
#define obstack_chunk_alloc
xmalloc
139
= (struct obstack *)
xmalloc
(sizeof (struct obstack));
alloca.c
31
calls to this function. Memory is allocated using @code{
xmalloc
} under
/external/bison/lib/
timevar.c
322
xmalloc
(sizeof (struct timevar_stack_def));
/external/bison/src/
LR0.c
60
state_list *node =
xmalloc
(sizeof *node);
files.c
95
char *res =
xmalloc
(len + 1);
lalr.c
210
goto_list *sp =
xmalloc
(sizeof *sp);
/external/mesa3d/src/glx/
dri_common.c
343
driConfig =
Xmalloc
(sizeof *driConfig);
/external/toybox/toys/other/
ifconfig.c
296
sl =
xmalloc
(sizeof(*sl)+strlen(name)+1);
/external/toybox/toys/pending/
lsof.c
442
TT.sought_files =
xmalloc
(toys.optc*sizeof(struct stat));
tcpsvd.c
91
struct list_pid *newnode =
xmalloc
(sizeof(struct list_pid));
/external/toybox/toys/posix/
ps.c
764
s =
xmalloc
(buf-toybuf);
956
struct carveup **tbsort =
xmalloc
(count*sizeof(struct carveup *));
[
all
...]
/ndk/sources/host-tools/make-3.81/
expand.c
87
variable_buffer = (char *)
xmalloc
(variable_buffer_length);
make.h
420
extern char *
xmalloc
PARAMS ((unsigned int));
/toolchain/binutils/binutils-2.25/binutils/
size.c
277
syms = (asymbol **)
xmalloc
(storage);
/toolchain/binutils/binutils-2.25/gas/
as.h
180
#define obstack_chunk_alloc
xmalloc
hash.c
90
ret = (struct hash_control *)
xmalloc
(sizeof *ret);
/toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.c
177
demand_copy_C_string(), or
xmalloc
()ed. */
250
xmalloc
(nopcodes * sizeof (struct h8_instruction));
[
all
...]
tc-m32r.c
593
lnk = (sym_linkS *)
xmalloc
(sizeof (sym_linkS));
[
all
...]
tc-m68k.c
[
all
...]
/toolchain/binutils/binutils-2.25/ld/emultempl/
sh64elf.em
510
=
xmalloc
(sizeof (struct bfd_link_order_reloc));
/toolchain/binutils/binutils-2.25/ld/
ldmisc.c
490
struct asneeded_minfo *m =
xmalloc
(sizeof *m);
/toolchain/binutils/binutils-2.25/opcodes/
cgen-asm.in
157
CGEN_INSN_RX (insn) =
xmalloc
(sizeof (regex_t));
Completed in 3353 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>