Home | History | Annotate | Download | only in stdlib

Lines Matching defs:chunk_node_t

435 typedef struct chunk_node_s chunk_node_t;
749 static chunk_node_t *base_chunk_nodes; /* LIFO cache of chunk nodes. */
832 static chunk_node_t *base_chunk_node_alloc(void);
833 static void base_chunk_node_dealloc(chunk_node_t *node);
1090 static chunk_node_t *
1093 chunk_node_t *ret;
1099 base_chunk_nodes = *(chunk_node_t **)ret;
1103 ret = (chunk_node_t *)base_alloc(sizeof(chunk_node_t));
1110 base_chunk_node_dealloc(chunk_node_t *node)
1115 *(chunk_node_t **)node = base_chunk_nodes;
1200 const chunk_node_t *a = va, *b = vb;
1270 chunk_node_t *tchunk, *delchunk;
1368 chunk_node_t key;
1402 chunk_node_t *node;
2646 chunk_node_t *node;
2693 chunk_node_t *node;
2791 chunk_node_t *node, key;
2889 chunk_node_t key;
2890 chunk_node_t *node;
3081 chunk_node_t *node, key;