heap: tune the tlsf control structure to reduce per-pool overhead

This commit is contained in:
Felipe Neves
2020-10-19 14:30:51 -03:00
committed by Angus Gratton
parent e2716690bc
commit 60f79705a3
2 changed files with 7 additions and 2 deletions

View File

@@ -43,6 +43,7 @@
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
#include "sdkconfig.h"
#include "heap_tlsf_config.h"
#if defined(__cplusplus)