By Letter: Non-alphabet | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
  Email this page to a friend


Malloc




C's standard library routine for storage allocation.

It takes the number of bytes required and returns a pointer to a block of that size.

Storage is allocated from a heap which lies after the end of the program and data areas.

Memory allocated with malloc must be freed explicitly using the "free" routine before it can be re-used.

gc is a storage allocator with garbage collection that is intended to be used as a plug-in replacement for malloc.





< Previous TermsTerms Containing mallocNext Terms >
Maker Interchange Format
MAL
Malamud
MALI
mall
aard
arena
C
Emacs
fandango on core
MAN
man
management
Management Information Base
Management Information System


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions