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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c16303 u32 maxRequest; /* Largest allocation (exclusive of internal frag) */ member in struct:Mem5Global
16440 if( (u32)nByte>mem5.maxRequest ){
16441 mem5.maxRequest = nByte;
16740 fprintf(out, "mem5.maxRequest = %u\n", mem5.maxRequest);
[all...]

Completed in 267 milliseconds