DBSTATUS_LOOKASIDE_MISS_SIZE top-level constant

int const DBSTATUS_LOOKASIDE_MISS_SIZE

This parameter returns the number malloc attempts that might have been satisfied using lookaside memory but failed due to the amount of memory requested being larger than the lookaside slot size.

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

Implementation

const DBSTATUS_LOOKASIDE_MISS_SIZE = 5;