[ ] Add PSA_CRYPTO_MEMORY_DEBUG/BACKTRACE config options and their documentations in the section "General configuration options." of crypto_config.h just next to the PSA_CRYPTO_MEMORY_BUFFER_ALLOC one . Similar to MBEDTLS_MEMORY_DEBUG/BACKTRACE in mbedtls. Disabled by default.
[ ] Add their translations to MBEDTLS_MEMORY_DEBUG/BACKTRACE in config_adjust_mbedtls_from_psa_crypto.h.
[ ] Add test_memory_buffer_allocator_backtrace and test_memory_buffer_allocator all.sh test components similar to the mbedtls one.
[ ] Check that the test components do what they intend to do and give evidence of this in this issue or the associated PR for the benefit of reviewers.