index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mem-pool.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mem-pool: add mem_pool_strfmt()
René Scharfe
2024-02-26
1
-0
/
+39
*
mem-pool: simplify alignment calculation
René Scharfe
2023-12-28
1
-3
/
+1
*
mem-pool: fix big allocations
René Scharfe
2023-12-28
1
-3
/
+3
*
treewide: remove unnecessary cache.h includes in source files
Elijah Newren
2023-02-24
1
-1
/
+1
*
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