バージョンごとのドキュメント一覧

SPI_palloc

SPI_palloc <refpurpose>allocate memory in the upper executor context</refpurpose> — 上位エグゼキュータコンテキスト内にメモリを割り当てる

概要

void * SPI_palloc(Size size)

説明

<title>Description</title>

<function>SPI_palloc</function> allocates memory in the upper executor context. SPI_pallocは上位エグゼキュータコンテキスト内にメモリを割り当てます。

This function can only be used while connected to SPI. Otherwise, it throws an error. この関数はSPIに接続されている間にのみ使うことができます。 それ以外の場合はエラーを発生させます。

引数

<title>Arguments</title>
Size size

size in bytes of storage to allocate 割り当てる領域のバイト数

戻り値

<title>Return Value</title>

pointer to new storage space of the specified size 指定サイズの新しい格納領域へのポインタ