Searched refs:xRoundup (Results 1 – 5 of 5) sorted by relevance
954 int (*xRoundup)(int); /* Round up request size to allocation size */ member
1324 int (*xRoundup)(int); /* Round up request size to allocation size */ member
1874 int (*xRoundup)(int); /* Round up request size to allocation size */ member13460 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * ( in sqlite3_db_status()18851 nFull = sqlite3GlobalConfig.m.xRoundup(n); in mallocWithAlarm()19113 nNew = sqlite3GlobalConfig.m.xRoundup(nBytes); in sqlite3Realloc()