完成Maat_hierarchy规则加载重构的代码编写,未编译。

This commit is contained in:
zhengchao
2020-06-11 18:03:32 +08:00
parent c083777f3b
commit 7e1cb56d4f
21 changed files with 4300 additions and 13974 deletions

View File

@@ -4,5 +4,5 @@ struct Maat_garbage_bin{};
struct Maat_garbage_bin* Maat_garbage_bin_new(void);
void Maat_garbage_bin_free(struct Maat_garbage_bin* bin);
void Maat_garbage_bag(struct Maat_garbage_bin* bin, void* garbage, int timeout, void (* func)(void *));
void Maat_garbage_collect(struct Maat_garbage_bin* bin);
void Maat_garbage_collect_routine(struct Maat_garbage_bin* bin);