aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/nano-mallocr.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11Reentrancy, use _REENT_ERRNO()Pekka Seppänen1-1/+1
2023-08-29libc/stdlib/nano-mallocr.c, typo in variable namePekka Seppänen1-1/+1
2023-02-27nano-mallocr: Prevent NULL pointer de-reference in free_listHenrik Nilsson via Newlib1-5/+14
2022-09-01Don't allocate another header when merging chunksTorbjörn SVENSSON1-4/+0
2022-09-01Used chunk needs to be removed from free_listTorbjörn SVENSSON1-0/+9
2022-05-04Fix nano-malloc buildDimitar Dimitrov1-0/+1
2022-03-01newlib: convert INTERNAL_NEWLIB to _LIBCMike Frysinger1-3/+3
2022-01-26Fix null-pointer dereference in nano-mallocCyril Yared1-1/+1
2021-09-06nano-malloc: Fix redefined compilation warningTorbjorn SVENSSON via Newlib1-0/+1
2021-05-03Nano-malloc: Fix for unwanted external heap fragmentationOla Olsson1-9/+61
2020-11-17malloc/nano-malloc: correctly check for out-of-bounds allocation reqsCorinna Vinschen1-1/+21
2020-09-03Fix warnings when building for msp430-elfJozef Lawrynowicz1-10/+12
2020-08-17libm/stdlib: Realloc when shrinking by 2* or moreKeith Packard via Newlib1-3/+3
2020-08-17libm/stdlib: don't read past source in nano_reallocKeith Packard via Newlib1-2/+4
2020-08-13libc/stdlib: Fix build failure in nano_callocCraig Blackmore1-2/+2
2020-08-12libc/stdlib: Use __builtin_mul_overflow for reallocarray and callocKeith Packard via Newlib1-2/+10
2018-02-16Add prototype to _malloc_lock() and *unlock() to malloc.h, and inlude this fr...Jaap de Wolff1-15/+1
2017-01-13Expand comments on padding used by nano_mallocJoe Seymour1-14/+37
2017-01-09Fix incorrect cast in nano mallocJoe Seymour1-2/+2
2016-06-16Re-enable malloc_lock for newlib-nanoAndre Vieira (lists)1-3/+2
2016-02-08Newlib build is broken if configured with nano-malloc and non-reentrant syste...Игорь Веневцев1-4/+6
2014-12-16* libc/stdlib/nano-mallocr.c (ALIGN_TO): Do not assume thatDJ Delorie1-1/+1
2013-10-30 Implement malloc_stats for nano.Corinna Vinschen1-34/+80
2013-09-132013-09-13 Joey Ye <joey.ye@arm.com>Jeff Johnston1-2/+2
2013-05-29 * configure.in (--enable-newlib-nano-malloc): New option.Corinna Vinschen1-0/+581