Searched refs:xMalloc (Results 1 – 2 of 2) sorted by relevance
1465 void *(*xMalloc)(int); /* Memory allocation function */ member
1672 void *(*xMalloc)(int); /* Memory allocation function */ member17690 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){ in sqlite3MemdebugSetType()17709 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){ in sqlite3MemdebugHasType()17731 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){ in sqlite3MemdebugNoType()20680 if( sqlite3GlobalConfig.m.xMalloc==0 ){20801 p = sqlite3GlobalConfig.m.xMalloc(nFull);20805 p = sqlite3GlobalConfig.m.xMalloc(nFull);20835 p = sqlite3GlobalConfig.m.xMalloc((int)n);128405 if( sqlite3GlobalConfig.m.xMalloc==0 ) sqlite3MemSetDefault();
Completed in 405 milliseconds