News Archive (1999-2012) | 2013-current at LinuxGizmos | Current Tech News Portal |    About   

Tips for memory allocation using GNU C library functions

Apr 11, 2003 — by LinuxDevices Staff — from the LinuxDevices Archive — views

This 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 . . .”

Read full story

 
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.



Comments are closed.