ReactOS 0.4.16-dev-755-g88f105e
|
ULONG _GDI_POOL::cEmptySections |
Definition at line 35 of file gdipool.c.
Referenced by GdiPoolAllocate(), GdiPoolCreate(), and GdiPoolFree().
ULONG _GDI_POOL::cjAllocSize |
Definition at line 32 of file gdipool.c.
Referenced by GdiPoolAllocate(), GdiPoolCreate(), and GdiPoolFree().
ULONG _GDI_POOL::cjSectionSize |
Definition at line 33 of file gdipool.c.
Referenced by GdiPoolCreate(), and GdiPoolFree().
ULONG _GDI_POOL::cSlotsPerSection |
Definition at line 34 of file gdipool.c.
Referenced by GdiPoolAllocate(), GdiPoolAllocateSection(), GdiPoolCreate(), and GdiPoolFree().
LIST_ENTRY _GDI_POOL::leEmptyList |
Definition at line 42 of file gdipool.c.
Referenced by GdiPoolAllocate(), GdiPoolCreate(), GdiPoolDestroy(), and GdiPoolFree().
LIST_ENTRY _GDI_POOL::leInUseList |
Definition at line 41 of file gdipool.c.
Referenced by GdiPoolAllocate(), GdiPoolCreate(), GdiPoolDestroy(), and GdiPoolFree().
LIST_ENTRY _GDI_POOL::leReadyList |
Definition at line 43 of file gdipool.c.
Referenced by GdiPoolAllocate(), GdiPoolCreate(), and GdiPoolFree().
EX_PUSH_LOCK _GDI_POOL::pushlock |
Definition at line 36 of file gdipool.c.
Referenced by GdiPoolAllocate(), GdiPoolCreate(), and GdiPoolFree().
ULONG _GDI_POOL::ulTag |
Definition at line 31 of file gdipool.c.
Referenced by GdiPoolAllocateSection(), and GdiPoolCreate().