add memory pool for positions
This commit is contained in:
@@ -86,7 +86,8 @@ int main(int ac, char**av)
|
||||
debug_init(2);
|
||||
piece_pool_init();
|
||||
moves_pool_init();
|
||||
pos = pos_create();
|
||||
pos_pool_init();
|
||||
pos = pos_get();
|
||||
|
||||
if (ac == 1) {
|
||||
pos_startpos(pos);
|
||||
|
Reference in New Issue
Block a user