Searched refs:nodes (Results 1 – 3 of 3) sorted by relevance
63 pheap_node_t *nodes; member105 return heap->nodes + id - 1; in ph_get_node()285 .nodes = name ## _nodes, \
14 heap->nodes = calloc(max_nodes, sizeof(pheap_node_t)); in ph_create()38 free(heap->nodes); in ph_destroy()
2299 # class node. If there are many fields or methods and many nodes the graph may2447 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes2448 # that will be shown in the graph. If the number of nodes in a graph becomes2460 # generated by dot. A depth value of 3 means that only nodes reachable from the
Completed in 7 milliseconds