summaryrefslogtreecommitdiff
path: root/mem-pool.h
AgeCommit message (Expand)AuthorFilesLines
2020-08-18mem-pool: use consistent pool variable nameLibravatar Elijah Newren1-2/+2
2020-08-18mem-pool: use more standard initialization and finalizationLibravatar Elijah Newren1-2/+2
2020-08-18mem-pool: add convenience functions for strdup and strndupLibravatar Elijah Newren1-0/+6
2018-07-03block alloc: add validations around cache_entry lifecyleLibravatar Jameson Miller1-1/+1
2018-07-03mem-pool: fill out functionalityLibravatar Jameson Miller1-0/+13
2018-07-03mem-pool: add life cycle management functionsLibravatar Jameson Miller1-0/+10
2018-04-12mem-pool: move reusable parts of memory pool into its own fileLibravatar Jameson Miller1-0/+34