#include "precomp.h"Go to the source code of this file.
Functions | |
| PVOID | Win32AllocPoolWithTagZInit (SIZE_T uBytes, ULONG uTag) |
| PVOID | Win32AllocPoolWithQuotaTagZInit (SIZE_T uBytes, ULONG uTag) |
| PVOID | UserReAllocPoolWithTag (PVOID pSrc, SIZE_T uBytesSrc, SIZE_T uBytes, ULONG iTag) |
| PVOID | UserReAllocPoolWithQuotaTag (PVOID pSrc, SIZE_T uBytesSrc, SIZE_T uBytes, ULONG iTag) |
| PVOID | UserRtlAllocMem (SIZE_T uBytes) |
| VOID | UserRtlFreeMem (PVOID pMem) |
Variables | |
| BOOL | gdwPoolFlags |
|
||||||||||||||||||||
|
Definition at line 118 of file w32/ntuser/kernel/pool.c. References NULL.
|
|
||||||||||||||||||||
|
Definition at line 92 of file w32/ntuser/kernel/pool.c. References NULL.
|
|
|
Definition at line 147 of file w32/ntuser/kernel/pool.c.
|
|
|
Definition at line 153 of file w32/ntuser/kernel/pool.c. References UserLocalFree, and VOID(). Referenced by __declspec(), AddEllipsisAndDrawLine(), and MBToWCSEx().
|
|
||||||||||||
|
Definition at line 80 of file w32/ntuser/kernel/pool.c.
|
|
||||||||||||
|
Definition at line 68 of file w32/ntuser/kernel/pool.c.
|
|
|
Definition at line 15 of file w32/ntuser/kernel/pool.c. |
1.3.7