MCPcopy Create free account
hub / github.com/KentBeck/BPlusTree3 / BPlusNode

Class BPlusNode

python/bplustree_c_src/bplustree.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56 /* Links */
57 struct BPlusNode *next; /* Next leaf (for leaf nodes only) */
58
59 /* Flexible array for keys and values/children (cache-line aligned) */
60 /* Actual size allocated: capacity * 2 * sizeof(PyObject*) for leaves */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected