Everywhere: Use slon_mem_task for memory allocation
This commit is contained in:
parent
5333b64917
commit
64f31de070
24 changed files with 146 additions and 139 deletions
|
@ -21,7 +21,7 @@ U0 _Znwm()
|
|||
// operator new(unsigned long)
|
||||
PUSH_SYSV_REGS
|
||||
GET_SYSV_ARGS
|
||||
MAlloc(p0, adam_task);
|
||||
MAlloc(p0, slon_mem_task);
|
||||
POP_SYSV_REGS
|
||||
}
|
||||
|
||||
|
@ -30,6 +30,6 @@ U0 _ZnwmRKSt9nothrow_t()
|
|||
// operator new(unsigned long, std::nothrow_t const&)
|
||||
PUSH_SYSV_REGS
|
||||
GET_SYSV_ARGS
|
||||
MAlloc(p0, adam_task);
|
||||
MAlloc(p0, slon_mem_task);
|
||||
POP_SYSV_REGS
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue