Commit Graph

10 Commits

Author SHA1 Message Date
Ivan Grokhotkov
1f77a1d2a1 add tlsf_block_functions.h and tlsf_common.h files 2022-07-26 14:38:30 +02:00
Ivan Grokhotkov
61bbda7f4a move includes to tlsf.c, add license 2022-07-25 12:45:58 +02:00
Matt Conte
deff9ab509 Update tlsf.c
Unsigned fix from Chris McEvoy @ Velan Studios.
2020-03-29 09:55:11 -07:00
matt conte
a1f743ffac Merge pull request #3 from velvitonator/large-alloc-corruption
Protect against large sizes resulting in off-the-end free blocks
2018-02-21 22:07:31 -08:00
Vitor Menezes
72601dd683 Protect against large sizes resulting in off-the-end free blocks 2017-05-11 00:04:48 -07:00
Martin Dufour
2b73b8a482 Fix block_size_max handling in adjust_request_size
In the 64-bit build, an allocation of request in the range
]block_size_max-ALIGN_SIZE,block_size_max[ could cause an out-of-bounds
access to sl_bitmap.
2016-08-01 07:51:11 -04:00
matthew conte
bd50675b3c Fix it so it really compiles this time. 2016-04-11 16:59:11 -07:00
matthew conte
9620facc84 Fix tlsf.c so it compiles. 2016-04-11 16:57:49 -07:00
Niklas Hauser
757298305a Fix [-Wstrict-prototypes] warnings. 2016-04-11 21:13:44 +01:00
matthew conte
8b7c441ecf Added files via upload
Add tlsf.h, tlsf.c, version 3.1.
2016-04-10 15:02:17 -07:00