aboutsummaryrefslogtreecommitdiffstats
path: root/mem-pool.c
AgeCommit message (Expand)AuthorFilesLines
8 daysdon't report vsnprintf(3) error as bugRené Scharfe1-1/+2
2024-03-31mem-pool: use st_add() in mem_pool_strvfmt()René Scharfe1-2/+4
2024-02-26mem-pool: add mem_pool_strfmt()René Scharfe1-0/+39
2023-12-28mem-pool: simplify alignment calculationRené Scharfe1-3/+1
2023-12-28mem-pool: fix big allocationsRené Scharfe1-3/+3
2023-02-23treewide: remove unnecessary cache.h includes in source filesElijah Newren1-1/+1
2022-01-24mem-pool: don't assume uintmax_t is aligned enough for all typesJessica Clarke1-3/+23
2021-03-17mem-pool: drop trailing semicolon from macro definitionRené Scharfe1-1/+1
2020-08-18mem-pool: use consistent pool variable nameElijah Newren1-19/+21
2020-08-18mem-pool: use more standard initialization and finalizationElijah Newren1-11/+4
2020-08-18mem-pool: add convenience functions for strdup and strndupElijah Newren1-0/+18
2018-07-03block alloc: add validations around cache_entry lifecyleJameson Miller1-1/+5
2018-07-03block alloc: allocate cache entries from mem_poolJameson Miller1-1/+2
2018-07-03mem-pool: fill out functionalityJameson Miller1-0/+42
2018-07-03mem-pool: add life cycle management functionsJameson Miller1-8/+51
2018-07-03mem-pool: only search head block for available spaceJameson Miller1-4/+4
2018-04-12mem-pool: move reusable parts of memory pool into its own fileJameson Miller1-0/+55