PostgreSQL Source Code  git master
RT_RADIX_TREE Struct Reference

#include <radixtree.h>

Data Fields

MemoryContext context
 
RT_RADIX_TREE_CONTROLctl
 
MemoryContextDatanode_slabs [RT_NUM_SIZE_CLASSES]
 
MemoryContextDataleaf_context
 
MemoryContextDataiter_context
 

Detailed Description

Definition at line 701 of file radixtree.h.

Field Documentation

◆ context

MemoryContext RT_RADIX_TREE::context

Definition at line 703 of file radixtree.h.

◆ ctl

RT_RADIX_TREE_CONTROL* RT_RADIX_TREE::ctl

Definition at line 706 of file radixtree.h.

Referenced by RT_BEGIN_ITERATE(), and RT_NODE_ITERATE_NEXT().

◆ iter_context

MemoryContextData* RT_RADIX_TREE::iter_context

Definition at line 716 of file radixtree.h.

◆ leaf_context

MemoryContextData* RT_RADIX_TREE::leaf_context

Definition at line 714 of file radixtree.h.

◆ node_slabs

MemoryContextData* RT_RADIX_TREE::node_slabs[RT_NUM_SIZE_CLASSES]

Definition at line 711 of file radixtree.h.


The documentation for this struct was generated from the following file: