postgresql 堆分配器mmgr详解

mmgr是postgresql的内存管理模块,其代码分布在aset.c, mctx.c和portalmem.c这三个文件之中。这里主要分析它的堆内存的管理机制,也就是aset.c文件中的内容。 AllocSetContext是堆内存管理的主要结构,其定义如下: typedef struct AllocSetContext { MemoryContextData header; /* Standa
相关文章
相关标签/搜索