summaryrefslogtreecommitdiff
path: root/mem-pool.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-03block alloc: add validations around cache_entry lifecyleLibravatar Jameson Miller1-1/+5
2018-07-03block alloc: allocate cache entries from mem_poolLibravatar Jameson Miller1-1/+2
2018-07-03mem-pool: fill out functionalityLibravatar Jameson Miller1-0/+42
2018-07-03mem-pool: add life cycle management functionsLibravatar Jameson Miller1-8/+51
2018-07-03mem-pool: only search head block for available spaceLibravatar Jameson Miller1-4/+4
2018-04-12mem-pool: move reusable parts of memory pool into its own fileLibravatar Jameson Miller1-0/+55