summaryrefslogtreecommitdiffstats
path: root/common/tlsf.c
Commit message (Expand)AuthorAgeFilesLines
* common: malloc: ensure alignment is always at least 8 byteAhmad Fatoum2023-09-261-0/+2
* tlsf: give malloc 8-byte alignment on 32-bit as wellAhmad Fatoum2023-09-261-6/+6
* tlsf: fix sizeof(size_t) == sizeof(void *) assumptionAhmad Fatoum2023-09-261-7/+8
* tlsf: ensure malloc pool is alignedAhmad Fatoum2023-09-261-2/+2
* tlsf: turn static const variables into compiletime constant expressionsAhmad Fatoum2023-09-261-8/+6
* tlsf: fix internal overflow trying to allocate big buffersAhmad Fatoum2022-05-241-3/+16
* treewide: add SPDX-License-Identifier for files without explicit licenseAhmad Fatoum2022-01-051-0/+2
* Add KASan supportSascha Hauer2020-09-221-6/+23
* tlsf: Update to v3.1Sascha Hauer2020-06-161-153/+258
* whole tree: remove trailing whitespacesDu Huanpeng2016-04-211-3/+3
* drop <stddef.h> includesSascha Hauer2015-07-231-1/+0
* tlsf: Use NULL instead of 0 for returning NULL pointersSascha Hauer2012-06-301-6/+6
* tlsf: enable assertionsSascha Hauer2011-12-231-10/+7
* adapt tlsf for bareboxAntony Pavlov2011-12-231-0/+11
* import TLSF 2.0 from http://tlsf.baisoku.org/tlsf-2.0.zipAntony Pavlov2011-12-231-0/+961