mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-12 12:45:51 -05:00
Add new wutmalloc library.
This overwrites malloc and redirects it to alloc from default heap. Also sets __wut_heap_max_size to limit sbrk heap now that malloc no longer uses it.
This commit is contained in:
@@ -12,6 +12,7 @@ target_link_libraries(helloworld_cpp
|
||||
sysapp
|
||||
nn_ac)
|
||||
|
||||
wut_default_malloc(helloworld_cpp)
|
||||
wut_enable_newlib(helloworld_cpp)
|
||||
wut_enable_stdcpp(helloworld_cpp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user