mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
Add memory manager tests
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
|
||||
|
||||
using addr_t = uint64_t;
|
||||
void * operator new (size_t, void *p);
|
||||
|
||||
void * operator new (size_t, void *p) noexcept;
|
||||
|
||||
|
||||
namespace kutil {
|
||||
|
||||
Reference in New Issue
Block a user