|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
Dealing with dynamic memory traditionally has been one of the most awkward issues of C and C++
programming. It is not surprising that some supposedly easier languages, such as Java, have introduced
garbage collection mechanisms that relieve programmers of this burden. But for hard-core C programmers,
the GNU C library contains some tools that allow them to tune, check and track the usage of memory |
|