Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/heap/test/
Dtest_runtime_heap_reg.c34 const size_t ALLOC_SZ = 32; variable
36 const size_t ALLOC_SZ = 64; // More than half of BUF_SZ variable
41 TEST_ASSERT_NULL( heap_caps_malloc(ALLOC_SZ, MALLOC_CAP_INVENTED) );
49 TEST_ASSERT_NOT_NULL( heap_caps_malloc(ALLOC_SZ, MALLOC_CAP_INVENTED) );
Dtest_diram.c11 #define ALLOC_SZ 1024 macro
20 result = heap_caps_malloc(ALLOC_SZ, caps); in malloc_block_diram()
44 for (int i = 0; i < ALLOC_SZ / sizeof(uint32_t); i++) {
62 for (int i = 0; i < ALLOC_SZ / sizeof(uint32_t); i++) {