ns_free
Overview
Free a block of allocated memory
Syntax
void *ns_free(
void *buf
);
Description
The ns_free function frees any memory allocated by the ns_malloc, ns_calloc, or ns_realloc functions. This function replaces the system free function.
Top of Page
Copyright © 1996 America Online, Inc.