Searched refs:sqlite3_malloc (Results 1 – 4 of 4) sorted by relevance
2398 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR));3725 p = sqlite3_malloc( sizeof(*p) ); in decimalNewFromText() 3903 z = sqlite3_malloc( p->nDigit+4 ); in decimal_result() 3968 z = sqlite3_malloc( nDigit+20 ); in decimal_result_sci() 4407 p->a = sqlite3_malloc(2); in decimalSumStep() 4775 cBuf = sqlite3_malloc(nc); in base64() 4797 bBuf = sqlite3_malloc(nb); in base64() 5151 cBuf = sqlite3_malloc(nc); in base85() 5173 bBuf = sqlite3_malloc(nb); in base85() 5892 pNew = *ppVtab = sqlite3_malloc( sizeo in seriesConnect() [all...]
468 #define sqlite3_malloc sqlite3_api->malloc macro
387 ** from [sqlite3_malloc()] and passed back through the 5th parameter.995 ** [sqlite3_malloc()] and the result is stored in the char* variable1055 ** written into memory obtained from [sqlite3_malloc()]. The caller should1741 ** Every memory allocation request coming in through [sqlite3_malloc()]1919 ** to satisfy page cache needs, falling back to [sqlite3_malloc()] if1924 ** from [sqlite3_malloc()] sufficient for N cache lines if N is positive or1927 ** allocation, then SQLite goes to [sqlite3_malloc()] separately for each2217 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the2944 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling3019 ** ^The sqlite3_malloc() routin[all...]
700 ** from [sqlite3_malloc()] and passed back through the 5th parameter.1308 ** [sqlite3_malloc()] and the result is stored in the char* variable1368 ** written into memory obtained from [sqlite3_malloc()]. The caller should2054 ** Every memory allocation request coming in through [sqlite3_malloc()]2232 ** to satisfy page cache needs, falling back to [sqlite3_malloc()] if2237 ** from [sqlite3_malloc()] sufficient for N cache lines if N is positive or2240 ** allocation, then SQLite goes to [sqlite3_malloc()] separately for each2530 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the3257 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling3332 ** ^The sqlite3_malloc() routin30552 SQLITE_API void *sqlite3_malloc(int n){ sqlite3_malloc() function [all...]