Searched defs:Lookaside (Results 1 – 1 of 1) sorted by relevance
15317 typedef struct Lookaside Lookaside; typedef17477 struct Lookaside { struct17484 LookasideSlot *pInit; /* List of buffers not previously used */ argument17485 LookasideSlot *pFree; /* List of available buffers */ argument17487 LookasideSlot *pSmallInit; /* List of small buffers not previously used */ argument17488 LookasideSlot *pSmallFree; /* List of available small buffers */ argument17496 struct LookasideSlot { argument