Lines Matching defs:nsyscalls
557 struct syscall *nsyscalls = realloc(trace->syscalls.table, (id + 1) * sizeof(*sc));559 if (nsyscalls == NULL)563 memset(nsyscalls + trace->syscalls.max + 1, 0,566 memset(nsyscalls, 0, (id + 1) * sizeof(*sc));569 trace->syscalls.table = nsyscalls;