hhktonybutbueatiful.blog.chinaunix.net
But_Bueatiful
个人Blog: hhktony.com
全部博文(553)
Virtual(2)
Memory_layout(3)
LinK_List(3)
DEBUG(6)
Struct_Union(1)
String(3)
Num_Storage(1)
Pointer(4)
Function(11)
Key_Word(7)
Bit_operation(1)
Test_questions(8)
Array(8)
Reading(1)
Pthread(6)
File_I/O(1)
Process(7)
IPC(2)
GUI_Developme(2)
Socket(13)
Behaviour(5)
File_System(7)
Disk_Storage(1)
Problem-solving(5)
Text_tools(9)
Firefox(4)
Emacs(0)
Start-up(1)
System_File(10)
Grub(9)
Reading(18)
Command(43)
SofeWare(20)
Workmanship(22)
VIM(32)
tftp(2)
NFS(1)
gpm(1)
Samba(2)
FTP(4)
SELinux(3)
Protocol(5)
Elements(3)
Skill(5)
Command(4)
Software(11)
Problem(2)
WIN Skills(8)
USB Skills(4)
Reading(6)
Programming(14)
Shell_Script(8)
u-boot(1)
arm裸机开发(4)
Environment(1)
Skyeye(0)
2015年(1)
2014年(2)
2013年(12)
2012年(384)
2011年(154)
weisheng
hutugui0
pursue19
元元七月
35598013
zchmary
junfeng1
drfxiaol
fumumusa
zealouss
张三13aw
xiaoxifu
tiancai9
wb123456
Sea05973
xb_0916
GeraldW
snow888
分类: LINUX
2012-03-08 13:08:49
内存的使用规则:
step1: p = malloc(size);
step2: memset(p, 0, size); step3: 使用申请到的内存 step4: free(p); step5: p = NULL;
上一篇:链表逆序
下一篇:深入理解C程序内存布局
登录 注册