[ Previous ] [ Contents ] [ Index ] [ Next ]

ns_malloc

Overview

Allocate a block of memory

Syntax

    void *ns_malloc(
    	size_t size
    );

Description

The ns_malloc function returns a block of memory of the given size. This function replaces the system malloc function.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.