mirror of
https://github.com/espressif/tlsf.git
synced 2026-06-05 21:14:50 +00:00
add tlsf_block_functions.h and tlsf_common.h files
This commit is contained in:
committed by
Guillaume Souchere
parent
61bbda7f4a
commit
1f77a1d2a1
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user