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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d455 void* function (int) xMalloc; /** Memory allocation function */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1726 ** The xMalloc, xRealloc, and xFree methods must work like the
1732 ** previously obtained from xMalloc or xRealloc. The allocated size
1766 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
H A Dshell.c2564 return memtraceBase.xMalloc(n);
2613 if( memtraceBase.xMalloc==0 ){
2626 if( memtraceBase.xMalloc!=0 ){
H A Dsqlite3.c2039 ** The xMalloc, xRealloc, and xFree methods must work like the
2045 ** previously obtained from xMalloc or xRealloc. The allocated size
2079 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
[all...]

Completed in 678 milliseconds