Release all pagemap reservations at the very end of the program or DLL (#773)

* Release all pagemap reservations at the very end of the program or DLL


Co-authored-by: Neil Monday <neil.monday@amd.com>
Co-authored-by: Matthew Parkinson <mjp41@users.noreply.github.com>
This commit is contained in:
Neil Monday
2025-06-30 09:15:49 -04:00
committed by GitHub
parent 890bcf94a6
commit e600bf1b38
2 changed files with 278 additions and 34 deletions

View File

@@ -96,6 +96,8 @@ int main()
size_t iterations = 50000;
#elif defined(__APPLE__) && !defined(SNMALLOC_APPLE_HAS_OS_SYNC_WAIT_ON_ADDRESS)
size_t iterations = 50000;
#elif defined(WIN32)
size_t iterations = 50000;
#else
size_t iterations = 200000;
#endif