Found 1 hit - Term: malloc, Database: *, Strategy: exact
- [1] : 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.
see also:
c gc garbage collection
Results 1 - 10 of 19 found about malloc: Malloc
>> M Words
Malloc, definition of term: Malloc
malloc_pag1.html A Memory Allocator
...... of this malloc include: * Empirical studies of malloc performance by ... The two core elements of the malloc algorithm have remained unchanged ... ..
http://gee.cs.oswego.edu/dl/html/malloc.html, score=100, date indexed=January 20, 2006, 12:27 am Wolfram Gloger's malloc homepage
...In particular, this includes anything to do with the functions malloc ... porting malloc implementations to new platforms and embedded systems ... ..
http://www.malloc.de/en/, score=50, date indexed=December 29, 2005, 7:16 pm Multicast Address Allocation (MALLOC) Working Group
...... MALLOC) Working Group. *MALLOC charter page at the IETF web site * ... malloc@ietf.org (NOTE: this is a new address! The old address malloc@ ... ..
http://www.icir.org/malloc/, score=47, date indexed=December 29, 2005, 6:30 pm
... ..
http://www.freebsd.org/cgi/man.cgi?query=malloc&sektion=9, score=45, date indexed=December 21, 2005, 3:19 am
Multicast Address Allocation (MALLOC) Working Group
...... MALLOC) Working Group. *MALLOC charter page at the IETF web site * ... malloc@ietf.org (NOTE: this is a new address! The old address malloc@ ... ..
http://www.aciri.org/malloc/, score=44, date indexed=December 29, 2005, 6:49 pm New Malloc
...gnu. This is GNU's malloc library.. djgpp. This is the malloc that's ... New Malloc. The Problem. DJGPP's current malloc. is fast but not ... ..
http://www.delorie.com/djgpp/malloc/, score=41, date indexed=December 10, 2005, 7:04 am Manpage of MALLOC
...If MALLOC_CHECK_ is set to 0, any detected heap corruption is silently ... This means that when malloc() returns non-NULL there is no guarantee ... ..
http://www.netadmintools.com/html/3malloc.man.html, score=37, date indexed=November 10, 2005, 7:13 pm malloc
...The malloc() function shall allocate unused space for an object whose ... Upon successful completion with size not equal to 0, malloc() shall ... ..
http://www.opengroup.org/onlinepubs/007904975/functions/malloc.html, score=37, date indexed=November 16, 2005, 10:15 pm wer-weiss-was | "invalid conversion by malloc" | aus Forum C/C++
...ich bekomme in fast jede aufruf der funktion malloc einen invalid ... Zuerst einmal verwendest du die C-Funktion malloc, diese liefert dir ... ..
http://www.wer-weiss-was.de/theme158/article2233647.html, score=37, date indexed=January 30, 2006, 12:54 am Page 1 2 Next Last accessed:2008/07/05 09:11:52 [Total processing time: 1 seconds] |