Home
last modified time | relevance | path

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

/external/platform/pico/common/pico_util/include/pico/util/
A Dpheap.h281 #define PHEAP_DEFINE_STATIC(name, _max_nodes) \ argument
282 static_assert(_max_nodes && _max_nodes < (1u << (8 * sizeof(pheap_node_id_t))), ""); \
283 static pheap_node_t name ## _nodes[_max_nodes]; \
286 .max_nodes = _max_nodes \

Completed in 3 milliseconds