malloc

Computing Dictionary

malloc definition


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.

The Free On-line Dictionary of Computing, © Denis Howe 2010 http://foldoc.org
Cite This Source

00:10

00:09

00:08

00:07

00:06

00:05

00:04

00:03

00:02

00:01

Malloc is always a great word to know.
So is ninnyhammer. Does it mean:
a fool or simpleton; ninny.
a chattering or flighty, light-headed person.
Dictionary.com, LLC. Copyright © 2012. All rights reserved.
  • Please Login or Sign Up to use the Recent Searches feature
FAVORITES
RECENT