ro: reduce memory usage by excising (unused) std::malloc
This commit is contained in:
@@ -170,8 +170,15 @@ void __appExit(void) {
|
||||
setsysExit();
|
||||
}
|
||||
|
||||
namespace {
|
||||
namespace ams {
|
||||
|
||||
void *Malloc(size_t size) {
|
||||
AMS_ABORT("ams::Malloc was called");
|
||||
}
|
||||
|
||||
void Free(void *ptr) {
|
||||
AMS_ABORT("ams::Free was called");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user