index
:
mlib
master
A supplimentary C standard library
Thomas Voss
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
alloc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support free()ing the last allocation in an arena
Thomas Voss
2024-10-03
1
-1
/
+12
*
Use spaces for alignment
Thomas Voss
2024-10-03
1
-3
/
+3
*
Implement proper resizing for arena allocators
Thomas Voss
2024-10-03
1
-7
/
+70
*
Use uint8_t instead of char8_t pointers in arena blocks
Thomas Voss
2024-10-03
1
-2
/
+1
*
Use 4 KiB blocks if sysconf(_SC_PAGESIZE) fails
Thomas Voss
2024-10-03
1
-3
/
+1
*
Huge library overhaul
Thomas Voss
2024-10-03
10
-225
/
+226
*
Fix bug in arena_realloc()
Thomas Voss
2024-05-14
1
-1
/
+1
*
Accept an element size argument to allocators
Thomas Voss
2024-05-10
2
-7
/
+13
*
Try to do better error handling with custom allocators
Thomas Voss
2024-05-09
2
-7
/
+33
*
Add custom allocator support to u8upper()
Thomas Voss
2024-05-09
3
-4
/
+14
*
Implement arena allocation resizing
Thomas Voss
2024-05-09
3
-0
/
+64
*
Add a heap allocator
Thomas Voss
2024-05-08
1
-0
/
+12
*
Explicitly save errno on failure in mkregion()
Thomas Voss
2024-04-27
1
-0
/
+2
*
Print errno error when bufalloc() fails
Thomas Voss
2024-04-16
1
-1
/
+1
*
Rename padded_sz to nlen
Thomas Voss
2024-04-16
1
-5
/
+4
*
implement arena allocators
Thomas Voss
2024-04-16
4
-13
/
+112
*
Add the bufalloc_noterm() function
Thomas Voss
2024-03-10
2
-22
/
+29
*
Minor tweaks
Thomas Voss
2024-03-07
1
-1
/
+3
*
Genesis
Thomas Voss
2024-03-06
1
-0
/
+29