Home
last modified time | relevance | path

Searched refs:szHeap (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c26020 sqlite3_int64 szHeap; local
26023 szHeap = integerValue(zSize);
26024 if( szHeap>0x7fff0000 ) szHeap = 0x7fff0000;
26025 sqlite3_config(SQLITE_CONFIG_HEAP, malloc((int)szHeap), (int)szHeap, 64);

Completed in 37 milliseconds