Clarifications
- In app.c, a bug is fixed regarding passing the pid into a thread function. Newest version is available in github.com (as always). Newest versions are always put there.
- You need to follow these clarifications. Updates/announcements regarding to project 3 can be posted to here silently (to not overwhelm you with piazza messages).
- Note that in ralloc.h file: NUM_RESOURCES_TYPES is changed to NUM_RESOURCE_TYPES.
- ralloc_init() is changed to take process-count as input as well. int ralloc_init(int p_count, int r_count, int r_exist[], int d_handling). You can access the new files from github.