Oracle iPlanet Web Proxy Server 4.0.14 NSAPI Developer's Guide

Example

char *name;name = (char *) MALLOC(256);if (NotBigEnough())    
	name = (char *) REALLOC(512);