Home | History | Annotate | Download | only in dist

Lines Matching full:xsize

1657 ** xSize should return the allocated size of a memory allocation
1695 int (*xSize)(void*); /* Return the size of an allocation */
6729 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
21754 return sqlite3GlobalConfig.m.xSize(p);
21767 return sqlite3GlobalConfig.m.xSize(p);
21776 return (sqlite3_uint64)sqlite3GlobalConfig.m.xSize(p);