Home
last modified time | relevance | path

Searched refs:xRoundup (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d459 int function (int) xRoundup; /** Round up request size to allocation size */
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h1770 int (*xRoundup)(int); /* Round up request size to allocation size */ member
H A Dshell.c2562 memtraceBase.xRoundup(n)); in memtraceMalloc()
2581 memtraceBase.xSize(p), memtraceBase.xRoundup(n)); in memtraceRealloc()
2589 return memtraceBase.xRoundup(n); in memtraceRoundup()
H A Dsqlite3.c2083 int (*xRoundup)(int); /* Round up request size to allocation size */ member
24031 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()