NPN_MemFree

Summary

Deallocates a block of allocated memory.

Syntax

#include <npapi.h>
void NPN_MemFree (void* ptr);

Parameters

The function has the following parameters:

ptr
Block of memory previously allocated using NPN_MemAlloc.

Description

NPN_MemFree deallocates a block of memory that was allocated using NPN_MemAlloc only. NPN_MemFree does not free memory allocated by any other means.

See also

Document Tags and Contributors

 Contributors to this page: teoli, ethertank, jswisher, Pmash
 Last updated by: teoli,