mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
fix highest allocated page for arena unload
This commit is contained in:
parent
7b8a710774
commit
a7370dcbd2
4 changed files with 24 additions and 6 deletions
|
@ -8,4 +8,5 @@ class TestAllocInDll
|
|||
{
|
||||
public:
|
||||
__declspec(dllexport) std::string GetString();
|
||||
__declspec(dllexport) void TestHeapAlloc();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue