Home
last modified time | relevance | path

Searched refs:bSmallMalloc (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbesort.c1011 if( sqlite3GlobalConfig.bSmallMalloc==0 ){ in sqlite3VdbeSorterInit()
H A Dmain.c511 sqlite3GlobalConfig.bSmallMalloc = va_arg(ap, int); in sqlite3_config()
H A DsqliteInt.h3998 u8 bSmallMalloc; /* Avoid large memory allocations if true */ member