void *Ns_Malloc( size_t size );
The Ns_Malloc function returns a block of memory of the given size. This function replaces the system malloc function.
Top of Page
Copyright © 1998-99 America Online, Inc.