Searched refs:bSmallMalloc (Results 1 – 3 of 3) sorted by relevance
1011 if( sqlite3GlobalConfig.bSmallMalloc==0 ){ in sqlite3VdbeSorterInit()
511 sqlite3GlobalConfig.bSmallMalloc = va_arg(ap, int); in sqlite3_config()
3998 u8 bSmallMalloc; /* Avoid large memory allocations if true */ member