Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/heap/test/
Dtest_malloc_caps.c231 const uint32_t invalid_cap = MALLOC_CAP_INVALID; variable
236 void *ptr = heap_caps_malloc(allocation_size, invalid_cap);
240 ptr = heap_caps_realloc(ptr, allocation_size, invalid_cap);
244 ptr = heap_caps_aligned_alloc(0x200, allocation_size, invalid_cap);