HomeSort by relevance Sort by last modified time
    Searched defs:Lookaside (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
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...]
  /external/sqlite/dist/orig/
sqlite3.c 10495 Lookaside lookaside; \/* Lookaside malloc configuration *\/ member in struct:sqlite3
    [all...]
  /external/sqlite/dist/
sqlite3.c 10495 Lookaside lookaside; \/* Lookaside malloc configuration *\/ member in struct:sqlite3
    [all...]

Completed in 2679 milliseconds