[ 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 © 1998-99 America Online, Inc.