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