index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mem-pool.c
Age
Commit message (
Expand
)
Author
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-04-21
don't report vsnprintf(3) error as bug
René Scharfe
2024-03-31
mem-pool: use st_add() in mem_pool_strvfmt()
René Scharfe
2024-02-26
mem-pool: add mem_pool_strfmt()
René Scharfe
2023-12-28
mem-pool: simplify alignment calculation
René Scharfe
2023-12-28
mem-pool: fix big allocations
René Scharfe
2023-02-23
treewide: remove unnecessary cache.h includes in source files
Elijah Newren
2022-01-24
mem-pool: don't assume uintmax_t is aligned enough for all types
Jessica Clarke
2021-03-17
mem-pool: drop trailing semicolon from macro definition
René Scharfe
2020-08-18
mem-pool: use consistent pool variable name
Elijah Newren
2020-08-18
mem-pool: use more standard initialization and finalization
Elijah Newren
2020-08-18
mem-pool: add convenience functions for strdup and strndup
Elijah Newren
2018-07-03
block alloc: add validations around cache_entry lifecyle
Jameson Miller
2018-07-03
block alloc: allocate cache entries from mem_pool
Jameson Miller
2018-07-03
mem-pool: fill out functionality
Jameson Miller
2018-07-03
mem-pool: add life cycle management functions
Jameson Miller
2018-07-03
mem-pool: only search head block for available space
Jameson Miller
2018-04-12
mem-pool: move reusable parts of memory pool into its own file
Jameson Miller