Home | History | Annotate | Download | only in orig

Lines Matching full:xsize

1835 ** xSize should return the allocated size of a memory allocation
1873 int (*xSize)(void*); /* Return the size of an allocation */
6387 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
19034 return sqlite3GlobalConfig.m.xSize(p);
19044 return sqlite3GlobalConfig.m.xSize(p);