Searched defs:Lookaside (Results 1 – 1 of 1) sorted by relevance
15363 typedef struct Lookaside Lookaside; typedef17527 struct Lookaside { struct17534 LookasideSlot *pInit; /* List of buffers not previously used */ argument17535 LookasideSlot *pFree; /* List of available buffers */ argument17537 LookasideSlot *pSmallInit; /* List of small buffers not previously used */ argument17538 LookasideSlot *pSmallFree; /* List of available small buffers */ argument17546 struct LookasideSlot { argument