Searched refs:xSize (Results 1 – 3 of 3) sorted by relevance
1818 int (*xSize)(void*); /* Return the size of an allocation */ member
4120 fprintf(memtraceOut, "MEMTRACE: free %d bytes\n", memtraceBase.xSize(p)); in memtraceFree()4132 memtraceBase.xSize(p), memtraceBase.xRoundup(n)); in memtraceRealloc()4137 return memtraceBase.xSize(p); in memtraceSize()
2139 int (*xSize)(void*); /* Return the size of an allocation */ member31823 return sqlite3GlobalConfig.m.xSize((void*)p); in sqlite3MallocSize()31857 return sqlite3GlobalConfig.m.xSize((void*)p); in sqlite3DbMallocSize()31862 return p ? sqlite3GlobalConfig.m.xSize(p) : 0; in sqlite3_msize()