/** | |
* \file memory.c | |
* | |
* \brief Helper functions related to testing memory management. | |
*/ | |
/* | |
* Copyright The Mbed TLS Contributors | |
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later | |
*/ | |
#include <test/helpers.h> | |
#include <test/macros.h> | |
#include <test/memory.h> | |