about summary refs log tree commit diff
path: root/malloc/dynarray.h
Commit message (Collapse)AuthorAgeFilesLines
* dynarray: Use libc_hidden_proto only for !_ISOMACFlorian Weimer2017-06-191-4/+7
| | | | | With this change, it is possible to use dynarray from non-internal tests.
* Add internal facility for dynamic array handlingFlorian Weimer2017-06-021-0/+176
This is intended as a type-safe alternative to obstacks and hand-written realloc constructs. The implementation avoids writing function pointers to the heap.