Oracle iPlanet Web Proxy Server 4.0.14 NSAPI Developer's Guide

shmem_free

The shmem_free function deallocates (frees) the specified region of memory.

Syntax

#include <base/shmem.h>
void *shmem_free(shmem_s *region);

Returns

void

Parameters

shmem_s *region is a shared memory region to be released.

See Also

shmem_alloc