Home
last modified time | relevance | path

Searched refs:xMalloc (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h1253 void *(*xMalloc)(int); /* Memory allocation function */ member
H A Dsqlite3.c1806 void *(*xMalloc)(int); /* Memory allocation function */ member
15351 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();
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.h1664 void *(*xMalloc)(int); /* Memory allocation function */ member
H A Dshell.c532 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()
H A Dsqlite3.c2703 void *(*xMalloc)(int); /* Memory allocation function */ member
24171 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();