Searched refs:szHeap (Results 1 – 1 of 1) sorted by relevance
30490 sqlite3_int64 szHeap; local30493 szHeap = integerValue(zSize);30494 if( szHeap>0x7fff0000 ) szHeap = 0x7fff0000;30496 sqlite3_config(SQLITE_CONFIG_HEAP, malloc((int)szHeap), (int)szHeap, 64);