HomeSort by relevance Sort by last modified time
    Searched refs:malloc (Results 376 - 400 of 2813) sorted by null

<<11121314151617181920>>

  /development/ndk/platforms/android-3/include/
malloc.h 21 * Declaration of malloc routines. Bionic uses dlmalloc (see
23 * defined malloc.h interface small.
30 extern __mallocfunc void* malloc(size_t);
  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
osProcessUnix.cpp 54 argv = (char **)malloc(argvSize * sizeof(char *)); \
  /external/bison/lib/
dirname-lgpl.c 60 Return the leading directories part of FILE, allocated with malloc.
78 char *dir = malloc (length + append_dot + 1);
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-malloc.h 9 void *malloc(size_t);
  /external/compiler-rt/lib/asan/tests/
asan_racy_double_free_test.cc 26 x[i] = malloc(128);
  /external/compiler-rt/lib/tsan/lit_tests/
java_lock_move.cc 19 void *jheap = malloc(kHeapSize);
  /external/e2fsprogs/e2fsck/
prof_err.c 73 et = malloc(sizeof(struct et_list));
  /external/e2fsprogs/lib/e2p/
iod.c 50 de = malloc(max_len+1);
ostype.c 37 ret = malloc(strlen(os)+1);
  /external/e2fsprogs/lib/et/test_cases/
continuation.c 43 et = malloc(sizeof(struct et_list));
heimdal.c 124 et = malloc(sizeof(struct et_list));
heimdal2.c 110 et = malloc(sizeof(struct et_list));
heimdal3.c 44 et = malloc(sizeof(struct et_list));
imap_err.c 72 et = malloc(sizeof(struct et_list));
simple.c 64 et = malloc(sizeof(struct et_list));
  /external/e2fsprogs/lib/ext2fs/
ext2_err.c 179 et = malloc(sizeof(struct et_list));
  /external/e2fsprogs/lib/ss/
help.c 62 buffer = malloc(80+2*strlen(request_name));
84 buffer = malloc(strlen (info->info_dirs[idx]) + 1 +
102 char *buf = malloc(strlen (MSG) + strlen (argv[1]) + 1);
162 dirs[n_dirs] = malloc((unsigned)strlen(info_dir)+1);
  /external/elfutils/lib/
xmalloc.c 49 p = malloc (n);
  /external/elfutils/libdw/
dwarf_getscopes_die.c 63 Dwarf_Die *scopes = malloc (depth * sizeof scopes[0]);
  /external/elfutils/libdwfl/
dwfl_module_report_build_id.c 84 copy = malloc (len);
  /external/harfbuzz_ng/src/hb-icu-le/
letest.h 41 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
  /external/libffi/testsuite/libffi.call/
struct3.c 39 (test_structure_3 *) malloc (sizeof(test_structure_3));
  /external/libselinux/src/
fgetfilecon.c 17 buf = malloc(size);
get_initial_context.c 33 buf = malloc(size);
getfilecon.c 17 buf = malloc(size);

Completed in 1547 milliseconds

<<11121314151617181920>>