Lines Matching defs:SQLITE_CONFIG_HEAP
2243 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
2244 ** <dd> ^The SQLITE_CONFIG_HEAP option specifies a static memory buffer
2247 ** ^The SQLITE_CONFIG_HEAP option is only available if SQLite is compiled
2250 ** ^There are three arguments to SQLITE_CONFIG_HEAP:
2484 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
180359 /* EVIDENCE-OF: R-06626-12911 The SQLITE_CONFIG_HEAP option is only
180363 case SQLITE_CONFIG_HEAP: {
180365 ** SQLITE_CONFIG_HEAP: An 8-byte aligned pointer to the memory, the