PostgreSQL Source Code git master
|
#include <radixtree.h>
Data Fields | |
RT_NODE | base |
bitmapword | isset [RT_BM_IDX(RT_FANOUT_48_MAX)] |
uint8 | slot_idxs [RT_NODE_MAX_SLOTS] |
RT_PTR_ALLOC | children [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 542 of file radixtree.h.
RT_NODE RT_NODE_48::base |
Definition at line 544 of file radixtree.h.
Referenced by RT_ADD_CHILD_48(), RT_GROW_NODE_16(), and RT_VERIFY_NODE().
RT_PTR_ALLOC RT_NODE_48::children[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 560 of file radixtree.h.
Referenced by RT_ADD_CHILD_48(), RT_GROW_NODE_16(), RT_GROW_NODE_48(), and RT_NODE_48_GET_CHILD().
bitmapword RT_NODE_48::isset[RT_BM_IDX(RT_FANOUT_48_MAX)] |
Definition at line 547 of file radixtree.h.
Referenced by RT_ADD_CHILD_48(), RT_GROW_NODE_16(), and RT_VERIFY_NODE().
uint8 RT_NODE_48::slot_idxs[RT_NODE_MAX_SLOTS] |
Definition at line 554 of file radixtree.h.
Referenced by RT_ADD_CHILD_48(), RT_ALLOC_NODE(), RT_GROW_NODE_16(), RT_GROW_NODE_48(), RT_NODE_48_GET_CHILD(), RT_NODE_48_IS_CHUNK_USED(), RT_NODE_SEARCH(), and RT_VERIFY_NODE().