add tlsf_block_functions.h and tlsf_common.h files

This commit is contained in:
Ivan Grokhotkov
2021-12-13 21:55:06 +01:00
committed by Guillaume Souchere
parent 61bbda7f4a
commit 1f77a1d2a1
4 changed files with 32 additions and 14 deletions

8
tlsf.c
View File

@@ -1,12 +1,6 @@
/*
* SPDX-FileCopyrightText: 2006-2016 Matthew Conte, 2015-2022 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2006-2016 Matthew Conte
*
* Written by Matthew Conte
* http://tlsf.baisoku.org
*
* Based on the original documentation by Miguel Masmano:
* http://www.gii.upv.es/tlsf/main/docs
*
* SPDX-License-Identifier: BSD-3-Clause
*/

8
tlsf.h
View File

@@ -1,12 +1,6 @@
/*
* SPDX-FileCopyrightText: 2006-2016 Matthew Conte, 2015-2022 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2006-2016 Matthew Conte
*
* Written by Matthew Conte
* http://tlsf.baisoku.org
*
* Based on the original documentation by Miguel Masmano:
* http://www.gii.upv.es/tlsf/main/docs
*
* SPDX-License-Identifier: BSD-3-Clause
*/

15
tlsf_block_functions.h Normal file
View File

@@ -0,0 +1,15 @@
/*
* SPDX-FileCopyrightText: 2006-2016 Matthew Conte
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#pragma once
#if defined(__cplusplus)
extern "C" {
#endif
#if defined(__cplusplus)
};
#endif

15
tlsf_common.h Normal file
View File

@@ -0,0 +1,15 @@
/*
* SPDX-FileCopyrightText: 2006-2016 Matthew Conte
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#pragma once
#if defined(__cplusplus)
extern "C" {
#endif
#if defined(__cplusplus)
};
#endif