Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/heap/test/
Dtest_malloc_caps.c194 const size_t stupid_allocation_size = (128 * 1024 * 1024); variable
195 void *ptr = heap_caps_malloc(stupid_allocation_size, MALLOC_CAP_DEFAULT);
213 const size_t stupid_allocation_size = (128 * 1024 * 1024); variable
214 void *ptr = heap_caps_malloc(stupid_allocation_size, MALLOC_CAP_DEFAULT);
218 ptr = heap_caps_realloc(ptr, stupid_allocation_size, MALLOC_CAP_DEFAULT);
222 ptr = heap_caps_aligned_alloc(0x200, stupid_allocation_size, MALLOC_CAP_DEFAULT);