Home
last modified time | relevance | path

Searched refs:TSTSZ (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/test/
Dtest_spiram_cache_flush.c33 #define TSTSZ (16*1024) macro
43 for (int i=0; i<TSTSZ; i++) { in tstMem()
46 for (int i=0; i<TSTSZ; i++) { in tstMem()
64 mem[0]=heap_caps_malloc(TSTSZ, MALLOC_CAP_SPIRAM);
65 mem[1]=heap_caps_malloc(TSTSZ, MALLOC_CAP_SPIRAM);
68 mem[1]=(void*)SOC_EXTRAM_DATA_LOW+TSTSZ;
108 mem[0]=heap_caps_malloc(TSTSZ, MALLOC_CAP_SPIRAM);
109 mem[1]=heap_caps_malloc(TSTSZ, MALLOC_CAP_SPIRAM);
112 mem[1]=(void*)SOC_EXTRAM_DATA_LOW+TSTSZ;