OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xmalloc
(Results
276 - 300
of
599
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libpulse.so.0
libpulse.so.0.12.2
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpulse.so
libpulse.so.0
libpulse.so.0.13.5
/toolchain/binutils/binutils-2.25/binutils/
resres.c
473
bfd_byte *d = (bfd_byte *)
xmalloc
(len * sizeof (unichar));
562
p = s = (unichar *)
xmalloc
(sizeof (unichar) * l);
strings.c
369
mem =
xmalloc
(sectsize);
550
char *buf = (char *)
xmalloc
(sizeof (char) * (string_min + 1));
/toolchain/binutils/binutils-2.25/gas/config/
tc-tic4x.c
732
tmp =
xmalloc
(strlen (str) + 1);
735
tmp =
xmalloc
(strlen (name) + 1);
973
name =
xmalloc
(input_line_pointer - section_name + 1);
[
all
...]
tc-hppa.c
1149
label_chain =
xmalloc
(sizeof (label_symbol_struct));
[
all
...]
tc-mn10300.c
[
all
...]
tc-s390.c
995
lpe = (struct s390_lpe *)
xmalloc
(sizeof (struct s390_lpe));
[
all
...]
tc-xtensa.c
1003
l = (sym_list *)
xmalloc
(sizeof (sym_list));
[
all
...]
/toolchain/binutils/binutils-2.25/gas/
symbols.c
[
all
...]
dwarf2dbg.c
315
s = (struct line_seg *)
xmalloc
(sizeof (*s));
333
lss = (struct line_subseg *)
xmalloc
(sizeof (*lss));
353
e = (struct line_entry *)
xmalloc
(sizeof (*e));
589
dirs[dir] = (char *)
xmalloc
(dir_len + 1);
[
all
...]
/toolchain/binutils/binutils-2.25/gprof/
hist.c
210
record->sample = (int *)
xmalloc
(record->num_bins
596
time_sorted_syms = (Sym **)
xmalloc
(symtab.len * sizeof (Sym *));
/toolchain/binutils/binutils-2.25/ld/emultempl/
ppc64elf.em
592
dot_entry =
xmalloc
(sizeof *dot_entry);
596
dot_pat =
xmalloc
(len);
/toolchain/binutils/binutils-2.25/opcodes/
tic4x-dis.c
138
registertable =
xmalloc
(sizeof (tic4x_register_t *) * REG_TABLE_SIZE);
278
condtable =
xmalloc
(sizeof (tic4x_cond_t *) * 32);
/external/jemalloc/
configure.ac
1011
dnl Do not support the
xmalloc
option by default.
1012
AC_ARG_ENABLE([
xmalloc
],
1013
[AS_HELP_STRING([--enable-
xmalloc
], [Support
xmalloc
option])],
[
all
...]
/ndk/sources/host-tools/make-3.81/
function.c
366
result = (char *)
xmalloc
(100);
[
all
...]
/toolchain/binutils/binutils-2.25/libiberty/
Makefile.in
160
xatexit.c xexit.c
xmalloc
.c xmemdup.c xstrdup.c xstrerror.c \
192
./xatexit.$(objext) ./xexit.$(objext) ./
xmalloc
.$(objext) \
[
all
...]
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-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/darwin-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/darwin-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/darwin-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
...]
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-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
...]
Completed in 718 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>