Searched refs:NUM_HEAP_TASK_CAPS (Results 1 – 2 of 2) sorted by relevance
18 #define NUM_HEAP_TASK_CAPS 4 macro23 size_t size[NUM_HEAP_TASK_CAPS]; ///< Total allocations partitioned by selected caps24 size_t count[NUM_HEAP_TASK_CAPS]; ///< Number of blocks partitioned by selected caps62 int32_t caps[NUM_HEAP_TASK_CAPS]; ///< Array of caps for partitioning task totals63 int32_t mask[NUM_HEAP_TASK_CAPS]; ///< Array of masks under which caps must match
37 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()