mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 07:48:44 +00:00
None of the test cases in tests_suite_memory_buffer_alloc actually need MBEDTLS_MEMORY_DEBUG. Some have additional checks when MBEDTLS_MEMORY_DEBUG but all are useful even without it. So enable them all and #ifdef out the parts that require DEBUG.