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