ReactOS
0.4.15-dev-4917-g934e521
|
Go to the source code of this file.
Classes | |
struct | _GDI_POOL_SECTION |
struct | _GDI_POOL |
Macros | |
#define | NDEBUG |
#define | GDI_POOL_ALLOCATION_GRANULARITY 64 * 1024 |
Typedefs | |
typedef struct _GDI_POOL_SECTION | GDI_POOL_SECTION |
typedef struct _GDI_POOL_SECTION * | PGDI_POOL_SECTION |
typedef struct _GDI_POOL | GDI_POOL |
Functions | |
static PGDI_POOL_SECTION | GdiPoolAllocateSection (PGDI_POOL pPool) |
static VOID | GdiPoolDeleteSection (PGDI_POOL pPool, PGDI_POOL_SECTION pSection) |
PVOID NTAPI | GdiPoolAllocate (PGDI_POOL pPool) |
VOID NTAPI | GdiPoolFree (PGDI_POOL pPool, PVOID pvAlloc) |
PGDI_POOL NTAPI | GdiPoolCreate (ULONG cjAllocSize, ULONG ulTag) |
VOID NTAPI | GdiPoolDestroy (PGDI_POOL pPool) |
typedef struct _GDI_POOL_SECTION GDI_POOL_SECTION |
typedef struct _GDI_POOL_SECTION * PGDI_POOL_SECTION |
Definition at line 122 of file gdipool.c.
Referenced by BRUSH::bAllocateBrushAttr(), DC_bAllocDcAttr(), and REGION_bAllocRgnAttr().
|
static |
Definition at line 50 of file gdipool.c.
Referenced by GdiPoolAllocate().
Definition at line 316 of file gdipool.c.
Referenced by GdiProcessCreate().
|
static |
Definition at line 343 of file gdipool.c.
Referenced by GdiProcessDestroy().
Definition at line 233 of file gdipool.c.
Referenced by DC_vFreeDcAttr(), IntGdiSetRegionOwner(), REGION_vCleanup(), BRUSH::vReleaseAttribute(), and BRUSH::~BRUSH().