Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-11Reentrancy, use _REENT_ERRNO()Pekka Seppänen
2023-08-29libc/stdlib/nano-mallocr.c, typo in variable namePekka Seppänen
2023-02-27nano-mallocr: Prevent NULL pointer de-reference in free_listHenrik Nilsson via Newlib
2022-09-01Don't allocate another header when merging chunksTorbjörn SVENSSON
2022-09-01Used chunk needs to be removed from free_listTorbjörn SVENSSON
2022-05-04Fix nano-malloc buildDimitar Dimitrov
2022-03-02newlib: convert INTERNAL_NEWLIB to _LIBCMike Frysinger
2022-01-26Fix null-pointer dereference in nano-mallocCyril Yared
2021-09-06nano-malloc: Fix redefined compilation warningTorbjorn SVENSSON via Newlib
2021-05-03Nano-malloc: Fix for unwanted external heap fragmentationOla Olsson
2020-11-17malloc/nano-malloc: correctly check for out-of-bounds allocation reqsCorinna Vinschen
2020-09-03Fix warnings when building for msp430-elfJozef Lawrynowicz
2020-08-17libm/stdlib: Realloc when shrinking by 2* or moreKeith Packard via Newlib
2020-08-17libm/stdlib: don't read past source in nano_reallocKeith Packard via Newlib
2020-08-13libc/stdlib: Fix build failure in nano_callocCraig Blackmore
2020-08-12libc/stdlib: Use __builtin_mul_overflow for reallocarray and callocKeith Packard via Newlib
2018-02-16Add prototype to _malloc_lock() and *unlock() to malloc.h, and inlude this fr...Jaap de Wolff
2017-01-13Expand comments on padding used by nano_mallocJoe Seymour
2017-01-09Fix incorrect cast in nano mallocJoe Seymour
2016-06-16Re-enable malloc_lock for newlib-nanoAndre Vieira (lists)
2016-02-08Newlib build is broken if configured with nano-malloc and non-reentrant syste...Игорь Веневцев
2014-12-16* libc/stdlib/nano-mallocr.c (ALIGN_TO): Do not assume thatDJ Delorie
2013-10-30 Implement malloc_stats for nano.Corinna Vinschen
2013-09-132013-09-13 Joey Ye <joey.ye@arm.com>Jeff Johnston
2013-05-29 * configure.in (--enable-newlib-nano-malloc): New option.Corinna Vinschen