diff options
Diffstat (limited to 'common/mem_nodes.c')
| -rw-r--r-- | common/mem_nodes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/mem_nodes.c b/common/mem_nodes.c index d4f7d2e..927634b 100644 --- a/common/mem_nodes.c +++ b/common/mem_nodes.c @@ -15,12 +15,12 @@ static struct node_root root; -void init_mem_blocks() +void init_mem_nodes() { init_nodes(&root, sizeof(struct mem_region)); } -void destroy_mem_blocks() +void destroy_mem_nodes() { destroy_nodes(&root); } |
