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

/external/sqlite/dist/orig/
H A Dsqlite3.c18642 u32 maxRequest; /* Largest allocation (exclusive of internal frag) */ member in struct:Mem5Global
18760 if( (u32)nByte>mem5.maxRequest ){
18761 mem5.maxRequest = nByte;
19074 fprintf(out, "mem5.maxRequest = %u\n", mem5.maxRequest);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c18642 u32 maxRequest; /* Largest allocation (exclusive of internal frag) */ member in struct:Mem5Global
18760 if( (u32)nByte>mem5.maxRequest ){
18761 mem5.maxRequest = nByte;
19074 fprintf(out, "mem5.maxRequest = %u\n", mem5.maxRequest);
[all...]

Completed in 731 milliseconds