Searched refs:nodes (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/
H A Dgen-sources.sh12 # * src/nodes.h
13 # * src/nodes.c
39 ./mknodes nodetypes nodes.c.pat
H A Drules.mk33 $(LOCAL_DIR)/src/nodes.c \
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Drb.c86 /* Red nodes must be interleaved with black nodes. */
224 assert_u_gt(*nnodes, 0, "Destruction removed too many nodes");
236 node_t nodes[NNODES]; local
258 /* Initialize tree and nodes. */
261 nodes[k].magic = NODE_MAGIC;
262 nodes[k].key = bag[k];
265 /* Insert nodes. */
267 tree_insert(&tree, &nodes[k]);
288 tree_next(&tree, &nodes[
[all...]
H A Dph.c172 node_t nodes[NNODES]; local
194 /* Initialize heap and nodes. */
199 nodes[k].magic = NODE_MAGIC;
200 nodes[k].key = bag[k];
203 /* Insert nodes. */
205 heap_insert(&heap, &nodes[k]);
218 /* Remove nodes. */
224 node_remove(&heap, &nodes[k]);
231 node_remove(&heap, &nodes[k-1]);
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in222 --nodecount=<n> Show at most so many nodes [default=80]
223 --nodefraction=<f> Hide nodes below <f>*total [default=.005]
226 --focus=<regexp> Focus on backtraces with nodes matching <regexp>
228 --ignore=<regexp> Ignore backtraces with nodes matching <regexp>
230 --heapcheck Make nodes with non-0 object counts
232 --retain=<regexp> Retain only nodes that match <regexp>
233 --exclude=<regexp> Exclude all nodes that match <regexp>
2033 # Find nodes to include
2047 print STDERR "No nodes to print\n";
2052 printf STDERR ("Dropping nodes wit
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dctl.c17 /* Helpers for named and indexed nodes. */
189 * Only handles internal indexed nodes, since there are currently no external
932 ctl_node_t const *nodes[CTL_MAX_DEPTH]; local
942 ret = ctl_lookup(tsd_tsdn(tsd), name, nodes, mib, &depth);
946 node = ctl_named_node(nodes[depth-1]);

Completed in 96 milliseconds