Searched refs:xMalloc (Results 1 – 2 of 2) sorted by relevance
1436 void *(*xMalloc)(int); /* Memory allocation function */ member
1464 void *(*xMalloc)(int); /* Memory allocation function */ member16686 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){ in sqlite3MemdebugSetType()16705 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){ in sqlite3MemdebugHasType()16727 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){ in sqlite3MemdebugNoType()19306 if( sqlite3GlobalConfig.m.xMalloc==0 ){ in sqlite3MallocInit()19425 p = sqlite3GlobalConfig.m.xMalloc(nFull); in mallocWithAlarm()19429 p = sqlite3GlobalConfig.m.xMalloc(nFull); in mallocWithAlarm()19461 p = sqlite3GlobalConfig.m.xMalloc(n); in sqlite3Malloc()19518 p = sqlite3GlobalConfig.m.xMalloc(n); in sqlite3ScratchMalloc()119823 if( sqlite3GlobalConfig.m.xMalloc==0 ) sqlite3MemSetDefault();