rt: Turn on cycle collection at task death; add a test case

This commit is contained in:
Patrick Walton
2011-09-23 18:30:22 -07:00
parent ad19ab4c6f
commit 5c973142df
4 changed files with 34 additions and 3 deletions

View File

@@ -125,6 +125,7 @@ rust_task : public kernel_owned<rust_task>, rust_cond
rust_obstack dynastack;
std::map<void *,const type_desc *> local_allocs;
uint32_t cc_counter;
debug::task_debug_info debug;