Dynamically allocate move cache
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 21 Aug 2011 21:16:15 +0000 (23:16 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 23 Oct 2011 14:18:48 +0000 (16:18 +0200)
commit5d08c1ceb04a08d6f225e29a84a40fe375458793
treeffc0afedf2a03efe146221a68de168bf5e45e512
parent472886b443ca71a9189f7bf4d8861d948ce334e3
Dynamically allocate move cache

A small statically declared cache good for 250k moves (~3200 games)
will be expanded in steps of a factor 8 when it overflows.
backend.c