Searched defs:Lookaside (Results 1 – 1 of 1) sorted by relevance
15760 typedef struct Lookaside Lookaside; typedef17960 struct Lookaside { struct17967 LookasideSlot *pInit; /* List of buffers not previously used */ argument17968 LookasideSlot *pFree; /* List of available buffers */ argument17970 LookasideSlot *pSmallInit; /* List of small buffers not previously used */ argument17971 LookasideSlot *pSmallFree; /* List of available small buffers */ argument17979 struct LookasideSlot { argument