Searched refs:mxCurrent (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c15514 int mxCurrent[NCSIZE]; /* Highwater mark for nCurrent */ member in struct:__anon2859
15530 if( mem.nCurrent[i]>mem.mxCurrent[i] ){
15531 mem.mxCurrent[i] = mem.nCurrent[i];
15897 i*8, mem.nAlloc[i], mem.nCurrent[i], mem.mxCurrent[i]);
15903 mem.nCurrent[NCSIZE-1], mem.mxCurrent[NCSIZE-1]);
[all...]

Completed in 414 milliseconds