Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/
Dheap_task_info.c32 size_t remaining = params->max_blocks; in heap_caps_get_per_task_info()
118 return params->max_blocks - remaining; in heap_caps_get_per_task_info()
/hal_espressif-latest/components/heap/include/
Desp_heap_task_info.h70 size_t max_blocks; ///< Capacity of array of task block info structs member