HomeSort by relevance Sort by last modified time
    Searched defs:vmalloc (Results 1 - 4 of 4) sorted by null

  /external/ipsec-tools/src/racoon/
vmbuf.c 53 vmalloc(size) function
85 return vmalloc(size); /* zero-fill it? */
98 if ((ptr = vmalloc(size)) == NULL)
131 if ((new = vmalloc(src->l)) == NULL)
debugrm.h 87 #define vmalloc(sz) \ macro
  /external/lzma/xz-embedded/
xz_config.h 44 #define vmalloc(size) malloc(size) macro
  /external/valgrind/coregrind/
vgdb.c 90 void *vmalloc(size_t size) function
130 prefix = vmalloc(strlen(tmpdir) + strlen("/vgdb-pipe") + 1);
528 from_gdb_to_pid = vmalloc (len);
529 to_gdb_from_pid = vmalloc (len);
530 shared_mem = vmalloc (len);
986 hexcommand = vmalloc (packet_len_for_command(commands[nc]));
    [all...]

Completed in 102 milliseconds