fix highest allocated page for arena unload

This commit is contained in:
daanx 2025-01-22 12:25:02 -08:00
parent 7b8a710774
commit a7370dcbd2
4 changed files with 24 additions and 6 deletions

View file

@ -8,4 +8,5 @@ class TestAllocInDll
{
public:
__declspec(dllexport) std::string GetString();
__declspec(dllexport) void TestHeapAlloc();
};