Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

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: ethertank,