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

Ns_Realloc

Overview

Resize a previously allocated block of memory

Syntax

    void *Ns_Realloc(
    	void *buf,
    	size_t size
    );

Description

The Ns_Realloc function reallocates a block of memory previously allocated with Ns_Malloc or Ns_Calloc to the given size. The block of memory may or may not move as a result. This function replaces the system realloc function.

Top of Page

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