Searched refs:NODE_CHUNK (Results 1 – 2 of 2) sorted by relevance
13 #define NODE_CHUNK 1024 /* size of memory allocation chunk in b_nodes */ macro73 if (memBase == NULL || index >= NODE_CHUNK) { in add_node()75 memBase = mmalloc(sizeof(struct mem_block) + NODE_CHUNK * size); in add_node()
130 #define NODE_CHUNK 1024 /* size of memory allocation chunk in b_nodes */ macro497 struct b_node nodes[NODE_CHUNK];526 if (memBase == NULL || index >= NODE_CHUNK) { in add_node()