Oracle iPlanet Web Server 7.0.9 NSAPI Developer's Guide

Memory Management

Memory management routines provide fast, platform-independent versions of the standard memory management routines. These routines also prevent memory leaks by allocating from a temporary memory, called “pooled” memory for each request, and then disposing the entire pool after each request. Wrappers enable standard memory routines to use permanent memory. To disable the server's pooled memory allocator for debugging,use the built-in SAF pool-init. For more information, see the Oracle iPlanet Web Server 7.0.9 Administrator’s Configuration File Reference.