Searched refs:xRoundup (Results 1 – 4 of 4) sorted by relevance
1597 int (*xRoundup)(int); /* Round up request size to allocation size */ member
2621 int (*xRoundup)(int); /* Round up request size to allocation size */ member19464 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * ( in sqlite3_db_status()25331 nFull = sqlite3GlobalConfig.m.xRoundup(n);25534 nNew = sqlite3GlobalConfig.m.xRoundup((int)nBytes);