mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-08 12:09:55 +02:00
Everywhere: Use slon_mem_task for memory allocation
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user