blob: cda91e5eaf872561208bdab2af29ef005603a3dc [file] [log] [blame]
Gilles Peskine87270e52023-11-02 17:14:01 +01001/**
2 * \file memory.c
3 *
4 * \brief Helper functions related to testing memory management.
5 */
6
7/*
8 * Copyright The Mbed TLS Contributors
9 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
10 */
11
12#include <test/helpers.h>
13#include <test/macros.h>
14#include <test/memory.h>
15