File history
Tracking libc/malloc/malloc.c
| Commit | Author | Date | Message |
|---|---|---|---|
3bb1b5d92fdf2f78535eb72a83d542c21830b2f | Greg Haerr | 2024-12-16 | [libc] Add malloc_usable_size, write general-purpose realloc |
97ebc2095b4b2250b1bd5da3616fb12b8c49992 | Greg Haerr | 2024-12-16 | Use sysctl malloc.debug for default malloc |
8f8e996abff526926bb97e1acc2adcea3972f80 | Greg Haerr | 2024-12-12 | Update v7malloc to use __dprintf instead of fprintf |
f902d2bf7448462d717e734d7033a88764db425 | Greg Haerr | 2024-12-11 | [libc] Create debug version of malloc, fix near->far malloc conversion bug |
c5ce605da0b6e5991742cf4bd4a717f13db05a1 | Greg Haerr | 2024-12-07 | [kernel,libc] Rewrite kernel brk/sbrk, fix C library malloc |
a0bc4ebb4f706d75607019b747b5927620b4017 | Greg Haerr | 2024-11-19 | Add proper max malloc and errno handling to std malloc/realloc Allow malloc libc test to run since max alloc is rejected properly |
1023449a6b5b17e6125a22be85c064bc0b9e0c2 | Greg Haerr | 2024-07-08 | Fix malloc compiler warnings |
f662cc6a7ba9aa3e5c80385507e86179126e588 | Greg Haerr | 2024-07-08 | [watcom] Fix malloc/realloc/free |
f4a15ccd31ee8676ca3ecc146920759f3d8ab1c | Greg Haerr | 2024-06-04 | [libc] Change default Watcom model to large Cleanup compile warnings, discard 303: unused parameter |
46b4e7e37bacf0be2e471cb71f2520161b85fbf | Greg Haerr | 2024-06-03 | Cleanup |
98feee265f950a9ad02467d4f6e13d53e15400e | Greg Haerr | 2024-06-02 | [libc] Pass 2: Add system calls to OpenWatcom C library for ELKS |
2336de082c7b38c664f93190e60937b1caecca2 | Greg Haerr | 2020-04-22 | [libc] Fix memory corruption bug, reduce application heap requirements |
4d33cecfc6f424558b8c99017a10211c1f59f05 | Jody Bruchon | 2020-03-09 | Revert "Whitespace cleanup in `elks/`" |
92f87a0e75440f1369443d75e5c6b81e18c7c67 | Jody Bruchon | 2020-03-08 | libc: automated parenthesis style cleanups with sed |
afce2210ab408b140fd5c6d117d31a62acfa6e2 | Jody Bruchon | 2020-03-08 | libc: automated code style cleanups with sed |
96ac56faafd6d6091db4b82fc5b2017ff5c9f87 | Marcin Laszewski | 2020-02-21 | [libc] Split 'malloc' |
207ab56308b73bcf5912e00d2dbf8f1ba062b60 | Tee-Kiah Chia | 2020-01-23 | [libc] fix: various things warned by gcc-ia16 |
a34b362903ca7592c3b7c7803d353fa4be72086 | mfld-fr | 2018-06-23 | First draft of ELKS own libc |