wut/libraries/wutnewlib
James Benton 1471ea4338 Change wutnewlib to implement malloc family of functions.
This allows us to forward them straight to default heap functions, this
is better than having to allocate a fixed heap for sbrk as it allows
people to better mix usage malloc & default heap functions.
2018-06-13 18:38:53 +01:00
..
CMakeLists.txt Change wutnewlib to implement malloc family of functions. 2018-06-13 18:38:53 +01:00
wut_clock.c wutnewlib: Implement the new __syscalls from upcoming devkitPPC release. 2018-05-28 11:40:22 +01:00
wut_gettod_r.c wutnewlib: Implement the new __syscalls from upcoming devkitPPC release. 2018-05-28 11:40:22 +01:00
wut_lock.c wutnewlib: Implement the new __syscalls from upcoming devkitPPC release. 2018-05-28 11:40:22 +01:00
wut_malloc_lock.c wutnewlib: Implement the new __syscalls from upcoming devkitPPC release. 2018-05-28 11:40:22 +01:00
wut_malloc.c Change wutnewlib to implement malloc family of functions. 2018-06-13 18:38:53 +01:00
wut_nanosleep.c wutnewlib: Implement the new __syscalls from upcoming devkitPPC release. 2018-05-28 11:40:22 +01:00
wut_newlib.c wutnewlib: Implement the new __syscalls from upcoming devkitPPC release. 2018-05-28 11:40:22 +01:00
wut_newlib.h wutnewlib: Implement the new __syscalls from upcoming devkitPPC release. 2018-05-28 11:40:22 +01:00
wut_sbrk.c Change wutnewlib to implement malloc family of functions. 2018-06-13 18:38:53 +01:00