Searched refs:_max_nodes (Results 1 – 1 of 1) sorted by relevance
296 #define PHEAP_DEFINE_STATIC(name, _max_nodes) \ argument297 static_assert(_max_nodes && _max_nodes < (1u << (8 * sizeof(pheap_node_id_t))), ""); \298 static pheap_node_t name ## _nodes[_max_nodes]; \301 .max_nodes = _max_nodes \