rt: Reorganize stack growth code

This commit is contained in:
Brian Anderson
2011-11-30 17:54:11 -08:00
parent dd48a1af58
commit f2de42c39a
7 changed files with 75 additions and 72 deletions

View File

@@ -196,6 +196,9 @@ rust_task : public kernel_owned<rust_task>, rust_cond
void claim_alloc(void *alloc, const type_desc *tydesc);
void notify(bool success);
void *new_stack(size_t stk_sz, void *args_addr, size_t args_sz);
void del_stack();
};
//