Implemented more memory manager and btree tests in sandbox
This commit is contained in:
7
sandbox/vm/vm_page.c
Normal file
7
sandbox/vm/vm_page.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <socks/vm.h>
|
||||
#include <string.h>
|
||||
|
||||
void vm_page_init(vm_page_t *pg)
|
||||
{
|
||||
memset(pg, 0x0, sizeof *pg);
|
||||
}
|
||||
Reference in New Issue
Block a user