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

/macosx-10.10.1/Chess-310.6/sjeng/
H A Dproof.c84 void* Xmalloc(int size) function
831 node->children = (node_t **) Xmalloc ((int32_t)(num_moves * sizeof (node_t **)));
851 newnode = (node_t *) Xmalloc ((int32_t)sizeof (node_t));

Completed in 169 milliseconds