We shouldn't define libc functions...
Former-commit-id: 9da8b7e25b8f423dc0efa54f49307c425eeabc55
This commit is contained in:
parent
c4b9d485a1
commit
7900642444
@ -32,8 +32,3 @@ void operator delete(void *p, std::size_t) noexcept
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern "C" size_t malloc_usable_size(void *pv)
|
|
||||||
{
|
|
||||||
return zmalloc_size(pv);
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user