changed the process id map to put the freed id at the back of the list

This commit is contained in:
hyunghwan.chung
2017-07-30 15:15:47 +00:00
parent f78bf33866
commit 8f6b21a4f6
3 changed files with 97 additions and 61 deletions

View File

@ -1182,7 +1182,8 @@ struct moo_t
moo_oop_t* proc_map;
moo_oow_t proc_map_capa;
moo_ooi_t proc_map_free;
moo_ooi_t proc_map_free_first;
moo_ooi_t proc_map_free_last;
/* =============================================================
* EXECUTION REGISTERS