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