Advertise - Dictionary - Resources - Links
define words at indictionary.com
Please use the form below to search our dictionaries by entering a word you wish to define. (If you search this site to define words regularly, support this FREE site - Donate! )
Define Word:
Use dictionary:
 

Or browse by Letter:
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




Define the word malloc

"malloc" foldoc "The Free On-line Dictionary of Computing (27 SEP 03)"
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.
     
     


Define words free with indictionary.com - Please support this site

Dictionary - Resources - Links

Net Dict by Dennis Bech Iversen. Database powerd by Dict.Org.  - Powered by Thoughtfulmedia - © Copyright Indictionary