Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-01-24 | mem-pool: don't assume uintmax_t is aligned enough for all types | Jessica Clarke | 1 | -3/+23 |
2021-03-17 | mem-pool: drop trailing semicolon from macro definition | René Scharfe | 1 | -1/+1 |
2020-08-18 | mem-pool: use consistent pool variable name | Elijah Newren | 1 | -19/+21 |
2020-08-18 | mem-pool: use more standard initialization and finalization | Elijah Newren | 1 | -11/+4 |
2020-08-18 | mem-pool: add convenience functions for strdup and strndup | Elijah Newren | 1 | -0/+18 |
2018-07-03 | block alloc: add validations around cache_entry lifecyle | Jameson Miller | 1 | -1/+5 |
2018-07-03 | block alloc: allocate cache entries from mem_pool | Jameson Miller | 1 | -1/+2 |
2018-07-03 | mem-pool: fill out functionality | Jameson Miller | 1 | -0/+42 |
2018-07-03 | mem-pool: add life cycle management functions | Jameson Miller | 1 | -8/+51 |
2018-07-03 | mem-pool: only search head block for available space | Jameson Miller | 1 | -4/+4 |
2018-04-12 | mem-pool: move reusable parts of memory pool into its own file | Jameson Miller | 1 | -0/+55 |