Merge branch 'tor-gitlab/mr/568'
[tor.git] / src / lib / smartlist_core / lib_smartlist_core.md
blobc031dd6f243b9e7c029b15bede0728ebde95f828
1 @dir /lib/smartlist_core
2 @brief lib/smartlist_core: Minimal dynamic array implementation
4 A `smartlist_t` is a dynamic array type for holding `void *`.  We use it
5 throughout the rest of the codebase.
7 There are higher-level pieces in \refdir{lib/container} but
8 the ones in lib/smartlist_core are used by the logging code, and therefore
9 cannot use the logging code.