test whole program

This commit is contained in:
2025-08-11 12:41:46 +01:00
parent a3c228268a
commit e59d2b795a

View File

@@ -273,6 +273,8 @@ int main(int argc, char **argv)
// INITREGULARALLOC();
// init_malloc();
printf("Starting here\n");
int num_procs, curr_point;
int i;
pthread_t *pid;
@@ -282,8 +284,6 @@ int main(int argc, char **argv)
parse_args(argc, argv);
printf("Starting here\n");
points = (int **)malloc(sizeof(int *) * num_points);
for (i=0; i<num_points; i++)
{