aboutsummaryrefslogtreecommitdiff
path: root/src/lib/smartlist_core/lib_smartlist_core.md
blob: c031dd6f243b9e7c029b15bede0728ebde95f828 (plain)
1
2
3
4
5
6
7
8
9
10
@dir /lib/smartlist_core
@brief lib/smartlist_core: Minimal dynamic array implementation

A `smartlist_t` is a dynamic array type for holding `void *`.  We use it
throughout the rest of the codebase.

There are higher-level pieces in \refdir{lib/container} but
the ones in lib/smartlist_core are used by the logging code, and therefore
cannot use the logging code.