Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-03-17 | mem-pool: drop trailing semicolon from macro definition | 1 | -1/+1 | |
2020-08-18 | mem-pool: use consistent pool variable name | 1 | -19/+21 | |
2020-08-18 | mem-pool: use more standard initialization and finalization | 1 | -11/+4 | |
2020-08-18 | mem-pool: add convenience functions for strdup and strndup | 1 | -0/+18 | |
2018-07-03 | block alloc: add validations around cache_entry lifecyle | 1 | -1/+5 | |
2018-07-03 | block alloc: allocate cache entries from mem_pool | 1 | -1/+2 | |
2018-07-03 | mem-pool: fill out functionality | 1 | -0/+42 | |
2018-07-03 | mem-pool: add life cycle management functions | 1 | -8/+51 | |
2018-07-03 | mem-pool: only search head block for available space | 1 | -4/+4 | |
2018-04-12 | mem-pool: move reusable parts of memory pool into its own file | 1 | -0/+55 |