mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-01 15:52:10 +02:00
16 lines
282 B
C
16 lines
282 B
C
|
|
/**
|
||
|
|
* \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>
|
||
|
|
|