Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c15063 sqlite3_int64 szHeap; local
15066 szHeap = integerValue(zSize);
15067 if( szHeap>0x7fff0000 ) szHeap = 0x7fff0000;
15068 sqlite3_config(SQLITE_CONFIG_HEAP, malloc((int)szHeap), (int)szHeap, 64);
/external/sqlite/dist/
Dshell.c15086 sqlite3_int64 szHeap; local
15089 szHeap = integerValue(zSize);
15090 if( szHeap>0x7fff0000 ) szHeap = 0x7fff0000;
15091 sqlite3_config(SQLITE_CONFIG_HEAP, malloc((int)szHeap), (int)szHeap, 64);