Searched refs:nMinAlloc (Results 1 – 1 of 1) sorted by relevance
1067 int nMinAlloc; /* Size of minimum allocation */ in test_config_heap() local1078 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()