Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_CONFIG_HEAP

1737 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
1738 ** <dd> ^The SQLITE_CONFIG_HEAP option specifies a static memory buffer
1741 ** ^The SQLITE_CONFIG_HEAP option is only available if SQLite is compiled
1744 ** ^There are three arguments to SQLITE_CONFIG_HEAP:
1935 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */