Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_malloc.c1067 int nMinAlloc; /* Size of minimum allocation */ in test_config_heap() local
1078 if( Tcl_GetIntFromObj(interp, aArg[1], &nMinAlloc) ) return TCL_ERROR; in test_config_heap()
1086 rc = sqlite3_config(SQLITE_CONFIG_HEAP, zBuf, nByte, nMinAlloc); in test_config_heap()