summaryrefslogtreecommitdiffstats
path: root/mem-pool.c
AgeCommit message (Expand)AuthorLines
2018-07-03block alloc: add validations around cache_entry lifecyleJameson Miller-1/+5
2018-07-03block alloc: allocate cache entries from mem_poolJameson Miller-1/+2
2018-07-03mem-pool: fill out functionalityJameson Miller-0/+42
2018-07-03mem-pool: add life cycle management functionsJameson Miller-8/+51
2018-07-03mem-pool: only search head block for available spaceJameson Miller-4/+4
2018-04-12mem-pool: move reusable parts of memory pool into its own fileJameson Miller-0/+55