HomeSort by relevance Sort by last modified time
    Searched full:malloc (Results 826 - 850 of 6596) sorted by null

<<31323334353637383940>>

  /external/libffi/testsuite/libffi.call/
struct1.c 45 (test_structure_1 *) malloc (sizeof(test_structure_1));
struct2.c 43 (test_structure_2 *) malloc (sizeof(test_structure_2));
struct3.c 39 (test_structure_3 *) malloc (sizeof(test_structure_3));
struct4.c 44 (test_structure_4 *) malloc (sizeof(test_structure_4));
struct5.c 42 (test_structure_5 *) malloc (sizeof(test_structure_5));
struct6.c 43 (test_structure_6 *) malloc (sizeof(test_structure_6));
struct9.c 43 (test_structure_9 *) malloc (sizeof(test_structure_9));
  /external/libpng/
TODO 20 Should we always malloc 2^bit_depth PLTE/tRNS/hIST entries for safety?
  /external/libselinux/src/
booleans.c 55 n = (char **)malloc(sizeof(char *) * *len);
96 *buf = (char *)malloc(sizeof(char) * (STRBUF_SIZE + 1));
102 fname = (char *)malloc(sizeof(char) * len);
176 fname = (char *)malloc(sizeof(char) * len);
canonicalize_context.c 31 buf = malloc(size);
compute_av.c 35 buf = malloc(len);
compute_create.c 34 buf = malloc(size);
  /external/libsepol/src/
constraint.c 32 if ((expr->type_names = malloc(sizeof(*expr->type_names))) == NULL) {
roles.c 30 char **tmp_roles = (char **)malloc(tmp_nroles * sizeof(char *));
  /external/libvorbis/lib/
misc.h 35 #define _VDBG_GRAPHFILE "malloc.m"
  /external/libvpx/libvpx/libmkv/
EbmlBufferWriter.c 6 // #include <malloc.h> //_alloca
  /external/linux-tools-perf/util/
alias.c 30 *argv = malloc(sizeof(char*) * size);
  /external/linux-tools-perf/util/ui/
progress.c 12 struct ui_progress *self = malloc(sizeof(*self));
  /external/llvm/utils/valgrind/
x86_64-pc-linux-gnu.supp 50 fun:malloc
  /external/mesa3d/src/egl/main/
eglstring.c 45 char *s2 = malloc(l + 1);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_misc.h 12 void* data = malloc(num_bytes);
  /external/open-vcdiff/testdata/
configure.ac.v0.1 32 AC_CHECK_HEADERS([malloc.h])
configure.ac.v0.2 34 AC_CHECK_HEADERS([malloc.h])
  /external/openssh/
xmalloc.h 9 * Versions of malloc and friends that check their results, and never return
  /external/oprofile/libpopt/
findme.c 28 buf = malloc(strlen(path) + strlen(argv0) + sizeof("/"));

Completed in 469 milliseconds

<<31323334353637383940>>