このページを編集する際は、編集に関する方針に従ってください。
#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. */
更新日 | 更新者 | 更新内容 |