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

/external/sqlite/dist/orig/
H A Dshell.c4544 sqlite3_int64 szHeap; local
4547 szHeap = integerValue(zSize);
4548 if( szHeap>0x7fff0000 ) szHeap = 0x7fff0000;
4549 sqlite3_config(SQLITE_CONFIG_HEAP, malloc((int)szHeap), (int)szHeap, 64);
/external/sqlite/dist/
H A Dshell.c4566 sqlite3_int64 szHeap; local
4569 szHeap = integerValue(zSize);
4570 if( szHeap>0x7fff0000 ) szHeap = 0x7fff0000;
4571 sqlite3_config(SQLITE_CONFIG_HEAP, malloc((int)szHeap), (int)szHeap, 64);

Completed in 57 milliseconds