Searched refs:xRealloc (Results 1 – 3 of 3) sorted by relevance
1727 void *(*xRealloc)(void*,int); /* Resize an allocation */ member
4419 return memtraceBase.xRealloc(p, n); in memtraceRealloc()
2033 void *(*xRealloc)(void*,int); /* Resize an allocation */ member28569 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);28573 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);28582 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);