Sun Java System Web Server 7.0 Update 5 NSAPI Developer's Guide

Example

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