このページを編集する際は、編集に関する方針に従ってください。

概要

引数

実装

#define MemoryContextIsValid(context) \
	((context) != NULL && \
	 (IsA((context), AllocSetContext)))

呼出元

/*
* MemoryContextIsValid
*		True iff memory context is valid.
*
* Add new context types to the set accepted by this macro.
*/

備考

履歴

コメント



トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS