OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Lookaside
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
shell.c
1023
fprintf(pArg->out, "
Lookaside
Slots Used: %d (max %d)\n", iCur, iHiwtr);
1025
fprintf(pArg->out, "Successful
lookaside
attempts: %d\n", 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);
[
all
...]
sqliteInt.h
617
typedef struct
Lookaside
Lookaside
;
730
**
Lookaside
malloc is a set of fixed-size buffers that can be used
733
**
lookaside
malloc provides a significant performance enhancement
737
** The
Lookaside
structure holds configuration information about the
738
**
lookaside
malloc subsystem. Each available memory allocation in
739
** the
lookaside
subsystem is stored on a linked list of LookasideSlot
742
**
Lookaside
allocations are only allowed for objects that are associated
744
** be stored in
lookaside
because in shared cache mode the schema information
746
** schema information, the
Lookaside
.bEnabled flag is cleared so tha
859
Lookaside
lookaside
; \/* Lookaside malloc configuration *\/
member in struct:sqlite3
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
9204
Lookaside
lookaside
; \/* Lookaside malloc configuration *\/
member in struct:sqlite3
[
all
...]
Completed in 1155 milliseconds