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.

PR_Free

« NSPR API リファレンス « Memory Management Operations

ヒープに確保したメモリを開放する。

構文

#include <prmem.h>

void PR_Free(void *ptr);

パラメータ

ptr
開放しようとするメモリへのポインタ。

戻り値

なし

解説

ヒープに確保された ptr で指し示されるメモリを開放します。

ドキュメントのタグと貢献者

 このページの貢献者: Shimono
 最終更新者: Shimono,