mirror of
https://github.com/espressif/tlsf.git
synced 2025-11-16 04:24:45 +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
8
tlsf.c
8
tlsf.c
@@ -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
8
tlsf.h
@@ -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
15
tlsf_block_functions.h
Normal 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
15
tlsf_common.h
Normal 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
|
||||
Reference in New Issue
Block a user