Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dmem5.c114 u32 maxOut; /* Maximum instantaneous currentOut */ member
274 if( mem5.maxOut<mem5.currentOut ) mem5.maxOut = mem5.currentOut; in memsys5MallocUnsafe()
550 fprintf(out, "mem5.maxOut = %u\n", mem5.maxOut); in sqlite3Memsys5Dump()