index
:
xavi/tinyalloc
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tinyalloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix buffer overflow on ta_realloc
HEAD
master
Xavier Del Campo Romero
2025-11-12
1
-1
/
+3
*
Do not resize blocks on realloc
Xavier Del Campo Romero
2025-11-12
1
-5
/
+0
*
Redesign with sbrk(2)
Xavier Del Campo Romero
2025-11-10
1
-10
/
+13
*
Avoid undefined behaviour on const cast
Xavier Del Campo Romero
2025-07-26
1
-1
/
+1
*
Avoid depending on stdint.h
Xavier Del Campo Romero
2025-07-26
1
-2
/
+2
*
Implement ta_realloc
Xavier Del Campo Romero
2025-07-26
1
-0
/
+39
*
Fix heap initialization
llucinat
2020-08-06
1
-5
/
+3
*
Fix discarded-qualifiers & pointer comparison warnings
Wonsup Yoon
2020-05-20
1
-4
/
+4
*
Move compile-time configuration into a runtime configuration.
Matt Reyer
2019-07-01
1
-34
/
+22
*
out of bouds
安静的卡尔
2019-01-10
1
-1
/
+2
*
remove various functions if TA_DISABLE_COMPACT, update ptr casts, update readme
Karsten Schmidt
2017-07-15
1
-7
/
+15
*
add TA_DISABLE_* defines, update compact, memclear, add license, update readme
Karsten Schmidt
2017-07-15
1
-17
/
+43
*
update readme, add mem layout diag, rename defines & heap struct fields
Karsten Schmidt
2017-07-14
1
-20
/
+20
*
rename fns again, add ta_calloc() & memset
Karsten Schmidt
2017-07-14
1
-0
/
+249