做了一个调用malloc 分配memory 的小程序.执行之后,top/ ps -A -o pcpu,pmem,cmd发现memory 没有分配。在malloc 后面添加 memset ,memory 才被分配