HomeSort by relevance Sort by last modified time
    Searched full:malloc (Results 501 - 525 of 4430) sorted by null

<<21222324252627282930>>

  /external/jpeg/
jconfig.mc6 24 #define MAX_ALLOC_CHUNK 65520L /* Maximum request to malloc() */
  /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/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 44 fun:malloc
  /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("/"));
  /external/qemu/distrib/jpeg-6b/
jconfig.bcc 26 #define MAX_ALLOC_CHUNK 65520L /* Maximum request to malloc() */
jconfig.mc6 24 #define MAX_ALLOC_CHUNK 65520L /* Maximum request to malloc() */
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarimxalloc.c 50 return (void *) Malloc(size);
  /external/qemu/
loadpng.c 102 data = (unsigned char*) malloc((width * 4) * height);
103 rowptrs = (unsigned char **) malloc(sizeof(unsigned char*) * height);
234 data = (unsigned char*) malloc((width * 4) * height);
235 rowptrs = (unsigned char **) malloc(sizeof(unsigned char*) * height);

Completed in 2260 milliseconds

<<21222324252627282930>>