Searched refs:_max_nodes (Results 1 – 1 of 1) sorted by relevance
281 #define PHEAP_DEFINE_STATIC(name, _max_nodes) \ argument282 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