spiflash: added esp_flash API concurrency pressure test

This commit is contained in:
Armando
2023-07-07 10:13:12 +08:00
parent faa8c2bc8f
commit f142415475
16 changed files with 362 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
#include "esp_heap_caps.h"
// Some resources are lazy allocated in flash encryption, the threadhold is left for that case
#define TEST_MEMORY_LEAK_THRESHOLD (-400)
#define TEST_MEMORY_LEAK_THRESHOLD (-600)
static size_t before_free_8bit;
static size_t before_free_32bit;