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

/external/chromium_org/third_party/sqlite/src/src/
H A Dshell.c1023 fprintf(pArg->out, "Lookaside Slots Used: %d (max %d)\n", iCur, iHiwtr);
1027 fprintf(pArg->out, "Lookaside failures due to size: %d\n", iHiwtr);
1029 fprintf(pArg->out, "Lookaside failures due to OOM: %d\n", iHiwtr);
1038 fprintf(pArg->out, "Statement Heap/Lookaside Usage: %d bytes\n", iCur);
H A DsqliteInt.h617 typedef struct Lookaside Lookaside; typedef in typeref:struct:Lookaside
730 ** Lookaside malloc is a set of fixed-size buffers that can be used
737 ** The Lookaside structure holds configuration information about the
742 ** Lookaside allocations are only allowed for objects that are associated
746 ** schema information, the Lookaside.bEnabled flag is cleared so that
749 struct Lookaside { struct
859 Lookaside lookaside; /* Lookaside malloc configuration */
/external/sqlite/dist/orig/
H A Dshell.c1134 fprintf(pArg->out, "Lookaside Slots Used: %d (max %d)\n", iCur, iHiwtr);
1138 fprintf(pArg->out, "Lookaside failures due to size: %d\n", iHiwtr);
1140 fprintf(pArg->out, "Lookaside failures due to OOM: %d\n", iHiwtr);
1157 fprintf(pArg->out, "Statement Heap/Lookaside Usage: %d bytes\n", iCur);
H A Dsqlite3.c8800 typedef struct Lookaside Lookaside; typedef in typeref:struct:Lookaside
10387 ** Lookaside malloc is a set of fixed-size buffers that can be used
10394 ** The Lookaside structure holds configuration information about the
10399 ** Lookaside allocations are only allowed for objects that are associated
10403 ** schema information, the Lookaside.bEnabled flag is cleared so that
10406 struct Lookaside { struct
10495 Lookaside lookaside; /* Lookaside malloc configuration */
[all...]
/external/sqlite/dist/
H A Dshell.c1139 fprintf(pArg->out, "Lookaside Slots Used: %d (max %d)\n", iCur, iHiwtr);
1143 fprintf(pArg->out, "Lookaside failures due to size: %d\n", iHiwtr);
1145 fprintf(pArg->out, "Lookaside failures due to OOM: %d\n", iHiwtr);
1162 fprintf(pArg->out, "Statement Heap/Lookaside Usage: %d bytes\n", iCur);
H A Dsqlite3.c8800 typedef struct Lookaside Lookaside; typedef in typeref:struct:Lookaside
10387 ** Lookaside malloc is a set of fixed-size buffers that can be used
10394 ** The Lookaside structure holds configuration information about the
10399 ** Lookaside allocations are only allowed for objects that are associated
10403 ** schema information, the Lookaside.bEnabled flag is cleared so that
10406 struct Lookaside { struct
10495 Lookaside lookaside; /* Lookaside malloc configuration */
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7597 typedef struct Lookaside Lookaside; typedef in typeref:struct:Lookaside
9075 ** Lookaside malloc is a set of fixed-size buffers that can be used
9082 ** The Lookaside structure holds configuration information about the
9087 ** Lookaside allocations are only allowed for objects that are associated
9091 ** schema information, the Lookaside.bEnabled flag is cleared so that
9094 struct Lookaside { struct
9204 Lookaside lookaside; /* Lookaside malloc configuration */
[all...]

Completed in 2382 milliseconds