Home | History | Annotate | Download | only in coregrind

Lines Matching defs:vmalloc

90 void *vmalloc(size_t size)
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]));
1172 char *vgdb_dir_name = vmalloc (strlen (vgdb_prefix) + 3);
1177 char *vgdb_format = vmalloc (strlen(vgdb_prefix) + strlen(suffix) + 1);
1334 the last command has been allocated (using vmalloc). */
1400 commands[last_command] = vmalloc (1);
1410 commands[last_command] = vmalloc (1);