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.c1064 fprintf(pArg->out, "Lookaside Slots Used: %d (max %d)\n", iCur, iHiwtr);
1068 fprintf(pArg->out, "Lookaside failures due to size: %d\n", iHiwtr);
1070 fprintf(pArg->out, "Lookaside failures due to OOM: %d\n", iHiwtr);
1084 fprintf(pArg->out, "Statement Heap/Lookaside Usage: %d bytes\n", iCur);
H A Dsqlite3.c8144 typedef struct Lookaside Lookaside; typedef in typeref:struct:Lookaside
9666 ** Lookaside malloc is a set of fixed-size buffers that can be used
9673 ** The Lookaside structure holds configuration information about the
9678 ** Lookaside allocations are only allowed for objects that are associated
9682 ** schema information, the Lookaside.bEnabled flag is cleared so that
9685 struct Lookaside { struct
9773 Lookaside lookaside; /* Lookaside malloc configuration */
[all...]
/external/sqlite/dist/
H A Dshell.c1069 fprintf(pArg->out, "Lookaside Slots Used: %d (max %d)\n", iCur, iHiwtr);
1073 fprintf(pArg->out, "Lookaside failures due to size: %d\n", iHiwtr);
1075 fprintf(pArg->out, "Lookaside failures due to OOM: %d\n", iHiwtr);
1089 fprintf(pArg->out, "Statement Heap/Lookaside Usage: %d bytes\n", iCur);
H A Dsqlite3.c8144 typedef struct Lookaside Lookaside; typedef in typeref:struct:Lookaside
9666 ** Lookaside malloc is a set of fixed-size buffers that can be used
9673 ** The Lookaside structure holds configuration information about the
9678 ** Lookaside allocations are only allowed for objects that are associated
9682 ** schema information, the Lookaside.bEnabled flag is cleared so that
9685 struct Lookaside { struct
9773 Lookaside lookaside; /* Lookaside malloc configuration */
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7612 typedef struct Lookaside Lookaside; typedef in typeref:struct:Lookaside
9090 ** Lookaside malloc is a set of fixed-size buffers that can be used
9097 ** The Lookaside structure holds configuration information about the
9102 ** Lookaside allocations are only allowed for objects that are associated
9106 ** schema information, the Lookaside.bEnabled flag is cleared so that
9109 struct Lookaside { struct
9219 Lookaside lookaside; /* Lookaside malloc configuration */
[all...]

Completed in 1496 milliseconds