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

  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 131 public int lookaside; field in class:SQLiteDebug.DbStats
136 public DbStats(String dbName, long pageCount, long pageSize, int lookaside,
141 this.lookaside = lookaside;
SQLiteConnection.java 1112 int lookaside = nativeGetDbLookaside(mConnectionPtr); local
    [all...]
  /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 573 milliseconds