Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d455 void* function (int) xMalloc; /** Memory allocation function */
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h1766 void *(*xMalloc)(int); /* Memory allocation function */ member
H A Dshell.c2564 return memtraceBase.xMalloc(n); in memtraceMalloc()
2613 if( memtraceBase.xMalloc==0 ){ in sqlite3MemTraceActivate()
2626 if( memtraceBase.xMalloc!=0 ){ in sqlite3MemTraceDeactivate()
H A Dsqlite3.c2079 void *(*xMalloc)(int); /* Memory allocation function */ member
30097 if( sqlite3GlobalConfig.m.xMalloc==0 ){ in sqlite3MallocInit()
30194 p = sqlite3GlobalConfig.m.xMalloc(nFull); in mallocWithAlarm()
30198 p = sqlite3GlobalConfig.m.xMalloc(nFull); in mallocWithAlarm()
30243 p = sqlite3GlobalConfig.m.xMalloc((int)n); in sqlite3Malloc()
178687 if( sqlite3GlobalConfig.m.xMalloc==0 ) sqlite3MemSetDefault();