elks-enhanced

publicRead
Owner: themasterBranch: masterCommits: 6893Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL

File history

Tracking libc/malloc/malloc.c
CommitAuthorDateMessage
3bb1b5d92fdf2f78535eb72a83d542c21830b2fGreg Haerr2024-12-16[libc] Add malloc_usable_size, write general-purpose realloc
97ebc2095b4b2250b1bd5da3616fb12b8c49992Greg Haerr2024-12-16Use sysctl malloc.debug for default malloc
8f8e996abff526926bb97e1acc2adcea3972f80Greg Haerr2024-12-12Update v7malloc to use __dprintf instead of fprintf
f902d2bf7448462d717e734d7033a88764db425Greg Haerr2024-12-11[libc] Create debug version of malloc, fix near->far malloc conversion bug
c5ce605da0b6e5991742cf4bd4a717f13db05a1Greg Haerr2024-12-07[kernel,libc] Rewrite kernel brk/sbrk, fix C library malloc
a0bc4ebb4f706d75607019b747b5927620b4017Greg Haerr2024-11-19Add proper max malloc and errno handling to std malloc/realloc Allow malloc libc test to run since max alloc is rejected properly
1023449a6b5b17e6125a22be85c064bc0b9e0c2Greg Haerr2024-07-08Fix malloc compiler warnings
f662cc6a7ba9aa3e5c80385507e86179126e588Greg Haerr2024-07-08[watcom] Fix malloc/realloc/free
f4a15ccd31ee8676ca3ecc146920759f3d8ab1cGreg Haerr2024-06-04[libc] Change default Watcom model to large Cleanup compile warnings, discard 303: unused parameter
46b4e7e37bacf0be2e471cb71f2520161b85fbfGreg Haerr2024-06-03Cleanup
98feee265f950a9ad02467d4f6e13d53e15400eGreg Haerr2024-06-02[libc] Pass 2: Add system calls to OpenWatcom C library for ELKS
2336de082c7b38c664f93190e60937b1caecca2Greg Haerr2020-04-22[libc] Fix memory corruption bug, reduce application heap requirements
4d33cecfc6f424558b8c99017a10211c1f59f05Jody Bruchon2020-03-09Revert "Whitespace cleanup in `elks/`"
92f87a0e75440f1369443d75e5c6b81e18c7c67Jody Bruchon2020-03-08libc: automated parenthesis style cleanups with sed
afce2210ab408b140fd5c6d117d31a62acfa6e2Jody Bruchon2020-03-08libc: automated code style cleanups with sed
96ac56faafd6d6091db4b82fc5b2017ff5c9f87Marcin Laszewski2020-02-21[libc] Split 'malloc'
207ab56308b73bcf5912e00d2dbf8f1ba062b60Tee-Kiah Chia2020-01-23[libc] fix: various things warned by gcc-ia16
a34b362903ca7592c3b7c7803d353fa4be72086mfld-fr2018-06-23First draft of ELKS own libc