摘要: Key C functions: Code snippet: Notes: 1. If a shared memory segment is not destroyed (i.e. using ), it will still be accessible from other processes i 阅读全文
posted @ 2019-02-28 14:00 gooey 阅读(176) 评论(0) 推荐(0) 编辑
摘要: ==Updating== Memory leak Things that could result in a memory leak : Assigning NULL to a dynamically allocated memory block. Will not be freed later. 阅读全文
posted @ 2019-02-28 10:46 gooey 阅读(131) 评论(0) 推荐(0) 编辑