增加reboot&mem info命令

This commit is contained in:
zhangzheng
2024-01-05 23:59:48 +08:00
parent a2723c39c8
commit f9e9d12c4b
11 changed files with 141 additions and 13 deletions

View File

@@ -43,3 +43,4 @@ struct mem_heap *mem_get_free(mem_t *_this, struct mem_heap *next,
int32_t hope_size, uint32_t *ret_addr);
void mem_trace(mem_t *_this);
void mem_info(mem_t *_this, size_t *total, size_t *free);