increased the object's proc bits to 2 - MOO_OBJ_FLAGS_PROC_BITS.

added BlockContext>>newSystemProcess for internal use
This commit is contained in:
hyunghwan.chung
2019-11-04 14:53:33 +00:00
parent 546c766a39
commit ed9bd1918d
7 changed files with 83 additions and 27 deletions

View File

@@ -239,6 +239,7 @@ void moo_fini (moo_t* moo)
{
moo_freemem (moo, moo->proc_map);
moo->proc_map_capa = 0;
moo->proc_map_used = 0;
moo->proc_map_free_first = -1;
moo->proc_map_free_last = -1;
}