SMALL_MALLOC

Provides a hint to SQLite that it should avoid large memory allocations if possible. SQLite will run faster if it is free to make large memory allocations, but some applications might prefer to run slower in exchange for guarantees about memory fragmentation that are possible if large allocations are avoide d. This hint is normally off.

Constructors

Link copied to clipboard
constructor(enabled: Int)

Properties

Link copied to clipboard
val id: Int