mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 05:12:20 +01:00
1. Allow SetAllocators to use NULL as a callback. Memory wrappers will use default with NULL. 2. Remove the ResetAllocators function. Use SetAllocators with NULL. 3. Modify memory tracker to save the old allocators on init and restore them on cleanup.