mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 03:48:42 +03:00
Merge branch 'dev' into dev-abandon
This commit is contained in:
commit
70e3ce07d1
15 changed files with 390 additions and 71 deletions
|
@ -100,7 +100,7 @@ static void various_tests() {
|
|||
auto tbuf = new unsigned char[sizeof(Test)];
|
||||
t = new (tbuf) Test(42);
|
||||
t->~Test();
|
||||
delete tbuf;
|
||||
delete[] tbuf;
|
||||
}
|
||||
|
||||
class Static {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue