rt_tlsf.h 392 B

123456789101112131415161718
  1. /*
  2. * Copyright (c) 2006-2021, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2021-06-11 Joyce the first version
  9. */
  10. #ifndef RT_TLSF_H_
  11. #define RT_TLSF_H_
  12. #include "tlsf.h"
  13. void *rt_system_heap_add(void *begin_addr, void *end_addr);
  14. void rt_system_heap_remove(void *heap);
  15. #endif /* RT_TLSF_H_ */