Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/tools/unit-test-app/components/test_utils/
Dtest_utils.c163 size_t free_caps = heap_caps_get_largest_free_block(caps); in test_utils_exhaust_memory() local
164 if (free_caps <= limit) { in test_utils_exhaust_memory()
167 rec->entries[idx] = heap_caps_malloc(free_caps - limit, caps); in test_utils_exhaust_memory()