Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/heap/include/
Desp_heap_task_info.h24 #define NUM_HEAP_TASK_CAPS 4 macro
29 size_t size[NUM_HEAP_TASK_CAPS]; ///< Total allocations partitioned by selected caps
30 size_t count[NUM_HEAP_TASK_CAPS]; ///< Number of blocks partitioned by selected caps
68 int32_t caps[NUM_HEAP_TASK_CAPS]; ///< Array of caps for partitioning task totals
69 int32_t mask[NUM_HEAP_TASK_CAPS]; ///< Array of masks under which caps must match
/hal_espressif-2.7.6/components/heap/
Dheap_task_info.c45 for (size_t type = 0; type < NUM_HEAP_TASK_CAPS; ++type) { in heap_caps_get_per_task_info()
62 for (type = 0; type < NUM_HEAP_TASK_CAPS; ++type) { in heap_caps_get_per_task_info()
67 if (type == NUM_HEAP_TASK_CAPS) { in heap_caps_get_per_task_info()