Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c47532 #ifndef SQLITE_WIN32_HEAP_INIT_SIZE
47533 # define SQLITE_WIN32_HEAP_INIT_SIZE ((SQLITE_WIN32_CACHE_SIZE) * \ macro
48823 DWORD dwInitialSize = SQLITE_WIN32_HEAP_INIT_SIZE; in winMemInit()