Lines Matching defs:xSize
2046 ** xSize should return the allocated size of a memory allocation
2084 int (*xSize)(void*); /* Return the size of an allocation */
8901 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
30582 return sqlite3GlobalConfig.m.xSize((void*)p);
30616 return sqlite3GlobalConfig.m.xSize((void*)p);
30621 return p ? sqlite3GlobalConfig.m.xSize(p) : 0;