Online HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens
void *malloc( unsigned size )- prototype in stdlib.h, alloc.h (malloc.h for MS C) - allocates memory of length size in bytes - returns pointer if successful, else NULL - MS C will return a zero length block (allocates header only)
[helppc.bosbyte.nl] malloc Home Back Topics