Searched refs:xRoundup (Results 1 – 4 of 4) sorted by relevance
459 int function (int) xRoundup; /** Round up request size to allocation size */
1770 int (*xRoundup)(int); /* Round up request size to allocation size */ member
2562 memtraceBase.xRoundup(n)); in memtraceMalloc()2581 memtraceBase.xSize(p), memtraceBase.xRoundup(n)); in memtraceRealloc()2589 return memtraceBase.xRoundup(n); in memtraceRoundup()
2083 int (*xRoundup)(int); /* Round up request size to allocation size */ member24031 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * ( in sqlite3_db_status()30175 nFull = sqlite3GlobalConfig.m.xRoundup(n); in mallocWithAlarm()30461 nNew = sqlite3GlobalConfig.m.xRoundup((int)nBytes); in sqlite3Realloc()