DBSTATUS_LOOKASIDE_MISS_FULL top-level constant

int const DBSTATUS_LOOKASIDE_MISS_FULL

This parameter returns the number malloc attempts that might have been satisfied using lookaside memory but failed due to all lookaside memory already being in use.

Only the high-water value is meaningful; the current value is always zero.

Implementation

const DBSTATUS_LOOKASIDE_MISS_FULL = 6;