Function ostree_meta_space
Defined in File ostree.h
Function Documentation
-
static inline size_t ostree_meta_space(size_t max_elts)
Calculate the space needed for the nodes in a ostree.
Used in conjunction with RCSW_NOALLOC_META. The +2 is for the root and nil nodes.
- Parameters:
max_elts – Max # of elements the tree will hold.
- Returns:
The # of bytes required.