maps__new
struct maps *maps = maps__new(NULL);
struct maps *maps = maps__new(NULL);
thread__set_maps(leader, maps__new(machine));
machine->kmaps = maps__new(machine);
struct maps *maps__new(struct machine *machine);
thread__set_maps(thread, maps__new(machine));