Tips for memory allocation using GNU C library functions
Apr 11, 2003 — by LinuxDevices Staff — from the LinuxDevices Archive — viewsThis online article from Linux Journal magazine explains how to take advantage of some useful fuctions in the GNU C library in order to save precious memory or find nasty bugs . . .
“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 . . .”
This article was originally published on LinuxDevices.com and has been donated to the open source community by QuinStreet Inc. Please visit LinuxToday.com for up-to-date news and articles about Linux and open source.