summaryrefslogtreecommitdiff
path: root/mem-pool.c
AgeCommit message (Expand)Author
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-04-21don't report vsnprintf(3) error as bugRené Scharfe
2024-03-31mem-pool: use st_add() in mem_pool_strvfmt()René Scharfe
2024-02-26mem-pool: add mem_pool_strfmt()René Scharfe
2023-12-28mem-pool: simplify alignment calculationRené Scharfe
2023-12-28mem-pool: fix big allocationsRené Scharfe
2023-02-23treewide: remove unnecessary cache.h includes in source filesElijah Newren
2022-01-24mem-pool: don't assume uintmax_t is aligned enough for all typesJessica Clarke
2021-03-17mem-pool: drop trailing semicolon from macro definitionRené Scharfe
2020-08-18mem-pool: use consistent pool variable nameElijah Newren
2020-08-18mem-pool: use more standard initialization and finalizationElijah Newren
2020-08-18mem-pool: add convenience functions for strdup and strndupElijah Newren
2018-07-03block alloc: add validations around cache_entry lifecyleJameson Miller
2018-07-03block alloc: allocate cache entries from mem_poolJameson Miller
2018-07-03mem-pool: fill out functionalityJameson Miller
2018-07-03mem-pool: add life cycle management functionsJameson Miller
2018-07-03mem-pool: only search head block for available spaceJameson Miller
2018-04-12mem-pool: move reusable parts of memory pool into its own fileJameson Miller