PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
RT_RADIX_TREE Struct Reference

#include <radixtree.h>

Data Fields

RT_RADIX_TREE_CONTROLctl
 
MemoryContextDatanode_slabs [RT_NUM_SIZE_CLASSES]
 
MemoryContextDataleaf_context
 

Detailed Description

Definition at line 707 of file radixtree.h.

Field Documentation

◆ ctl

RT_RADIX_TREE_CONTROL* RT_RADIX_TREE::ctl

Definition at line 710 of file radixtree.h.

Referenced by RT_BEGIN_ITERATE(), and RT_NODE_ITERATE_NEXT().

◆ leaf_context

MemoryContextData* RT_RADIX_TREE::leaf_context

Definition at line 718 of file radixtree.h.

◆ node_slabs

MemoryContextData* RT_RADIX_TREE::node_slabs[RT_NUM_SIZE_CLASSES]

Definition at line 715 of file radixtree.h.


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