SPI_pfree

Name

SPI_pfree --  Frees memory from upper Executor context 上位エグゼキュータのコンテキストのメモリを開放します。

Synopsis

SPI_pfree(pointer)

入力

void * pointer

Pointer to existing storage

割り当て済みのメモリを示すポインタ。

出力

なし。

説明

SPI_pfree frees memory in upper Executor context. See section on memory management.

SPI_pfree は上位エグゼキュータコンテキストのメ モリを開放します。メモリ管理の項を参照して下さい。

使い方

TBD