package embox.cmd
@AutoCmd
@Cmd(name = "mem_man", help="mem tool")
module mem {
    source "memory_man.c"
}