File history
Tracking libc/malloc/__mini_malloc.c
| Commit | Author | Date | Message |
|---|---|---|---|
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 |
35baaf7160eb42a6c4ed3b86bdc210a7bba5784 | Greg Haerr | 2024-07-09 | [watcom] Get tui curses working, fix v7malloc |
1023449a6b5b17e6125a22be85c064bc0b9e0c2 | Greg Haerr | 2024-07-08 | Fix malloc compiler warnings |
98feee265f950a9ad02467d4f6e13d53e15400e | Greg Haerr | 2024-06-02 | [libc] Pass 2: Add system calls to OpenWatcom C library for ELKS |
2fda38bd9586b80f461ac51dde201035202ccc3 | Chuck Coffing | 2024-01-08 | More portable pointer/integer conversions in minimalloc |
4d33cecfc6f424558b8c99017a10211c1f59f05 | Jody Bruchon | 2020-03-09 | Revert "Whitespace cleanup in `elks/`" |
afce2210ab408b140fd5c6d117d31a62acfa6e2 | Jody Bruchon | 2020-03-08 | libc: automated code style cleanups with sed |
96ac56faafd6d6091db4b82fc5b2017ff5c9f87 | Marcin Laszewski | 2020-02-21 | [libc] Split 'malloc' |