Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c26880 int cpuCount; in sqlite3MemInit() local
26885 len = sizeof(cpuCount); in sqlite3MemInit()
26887 sysctlbyname("hw.ncpu", &cpuCount, &len, NULL, 0); in sqlite3MemInit()
26888 if( cpuCount>1 ){ in sqlite3MemInit()