Searched refs:szHeap (Results 1 – 1 of 1) sorted by relevance
29045 sqlite3_int64 szHeap; local29048 szHeap = integerValue(zSize);29049 if( szHeap>0x7fff0000 ) szHeap = 0x7fff0000;29051 sqlite3_config(SQLITE_CONFIG_HEAP, malloc((int)szHeap), (int)szHeap, 64);