Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_win.c393 #ifndef SQLITE_WIN32_HEAP_INIT_SIZE
394 # define SQLITE_WIN32_HEAP_INIT_SIZE ((SQLITE_WIN32_CACHE_SIZE) * \ macro
1581 DWORD dwInitialSize = SQLITE_WIN32_HEAP_INIT_SIZE; in winMemInit()