Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/include/
Desp_heap_task_info.h18 #define NUM_HEAP_TASK_CAPS 4 macro
23 size_t size[NUM_HEAP_TASK_CAPS]; ///< Total allocations partitioned by selected caps
24 size_t count[NUM_HEAP_TASK_CAPS]; ///< Number of blocks partitioned by selected caps
62 int32_t caps[NUM_HEAP_TASK_CAPS]; ///< Array of caps for partitioning task totals
63 int32_t mask[NUM_HEAP_TASK_CAPS]; ///< Array of masks under which caps must match
/hal_espressif-latest/components/heap/
Dheap_task_info.c37 for (size_t type = 0; type < NUM_HEAP_TASK_CAPS; ++type) { in heap_caps_get_per_task_info()
54 for (type = 0; type < NUM_HEAP_TASK_CAPS; ++type) { in heap_caps_get_per_task_info()
59 if (type == NUM_HEAP_TASK_CAPS) { in heap_caps_get_per_task_info()