aboutsummaryrefslogtreecommitdiffstats
path: root/mem-pool.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-26mem-pool: add mem_pool_strfmt()René Scharfe1-0/+5
2020-08-18mem-pool: use consistent pool variable nameElijah Newren1-2/+2
2020-08-18mem-pool: use more standard initialization and finalizationElijah Newren1-2/+2
2020-08-18mem-pool: add convenience functions for strdup and strndupElijah Newren1-0/+6
2018-07-03block alloc: add validations around cache_entry lifecyleJameson Miller1-1/+1
2018-07-03mem-pool: fill out functionalityJameson Miller1-0/+13
2018-07-03mem-pool: add life cycle management functionsJameson Miller1-0/+10
2018-04-12mem-pool: move reusable parts of memory pool into its own fileJameson Miller1-0/+34