Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_global_config.h29 static constexpr int SOFT_HEAP_LIMIT = 8 * 1024 * 1024; /* 8MB */ variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_global_config.cpp47 sqlite3_soft_heap_limit(GlobalExpr::SOFT_HEAP_LIMIT); in SqliteGlobalConfig()