dummy eval func (pieces + square control), bit ops, shorter int types

This commit is contained in:
2021-11-09 20:57:18 +01:00
parent e55c2e9cbe
commit 5623dc78a5
11 changed files with 386 additions and 29 deletions

View File

@@ -94,7 +94,7 @@ void *pool_get(pool_t *pool)
void *cur;
uint32_t i;
# ifdef DEBUG_POOL
log_f(2, "[%s]: growing pool from %u to %u elements.\n",
log_f(1, "[%s]: growing pool from %u to %u elements.\n",
pool->name,
pool->allocated,
pool->allocated + pool->growsize);