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);
992 hexcommand = vmalloc (packet_len_for_command(commands[nc]));
1178 char *vgdb_dir_name = vmalloc (strlen (vgdb_prefix) + 3);
1183 char *vgdb_format = vmalloc (strlen(vgdb_prefix) + strlen(suffix) + 1);
1340 the last command has been allocated (using vmalloc). */
1406 commands[last_command] = vmalloc (1);
1416 commands[last_command] = vmalloc (1);