Searched refs:xMalloc (Results 1 – 5 of 5) sorted by relevance
1253 void *(*xMalloc)(int); /* Memory allocation function */ member
1806 void *(*xMalloc)(int); /* Memory allocation function */ member15351 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){ in sqlite3MemdebugSetType()15370 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){ in sqlite3MemdebugHasType()15392 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){ in sqlite3MemdebugNoType()18254 if( sqlite3GlobalConfig.m.xMalloc==0 ){ in sqlite3MallocInit()18373 p = sqlite3GlobalConfig.m.xMalloc(nFull); in mallocWithAlarm()18377 p = sqlite3GlobalConfig.m.xMalloc(nFull); in mallocWithAlarm()18409 p = sqlite3GlobalConfig.m.xMalloc(n); in sqlite3Malloc()18466 p = sqlite3GlobalConfig.m.xMalloc(n); in sqlite3ScratchMalloc()110487 if( sqlite3GlobalConfig.m.xMalloc==0 ) sqlite3MemSetDefault();
1664 void *(*xMalloc)(int); /* Memory allocation function */ member
532 defaultMalloc = mem.xMalloc; in registerOomSimulator()533 mem.xMalloc = oomMalloc; in registerOomSimulator()4214 return memtraceBase.xMalloc(n); in memtraceMalloc()4263 if( memtraceBase.xMalloc==0 ){ in sqlite3MemTraceActivate()4276 if( memtraceBase.xMalloc!=0 ){ in sqlite3MemTraceDeactivate()
2703 void *(*xMalloc)(int); /* Memory allocation function */ member24171 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){ in sqlite3MemdebugSetType()24190 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){ in sqlite3MemdebugHasType()24212 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){ in sqlite3MemdebugNoType()27421 if( sqlite3GlobalConfig.m.xMalloc==0 ){27519 p = sqlite3GlobalConfig.m.xMalloc(nFull);27523 p = sqlite3GlobalConfig.m.xMalloc(nFull);27552 p = sqlite3GlobalConfig.m.xMalloc((int)n);160668 if( sqlite3GlobalConfig.m.xMalloc==0 ) sqlite3MemSetDefault();