#include "precomp.h"
#include "ntimage.h"
Go to the source code of this file.
Defines | |
#define | MOVE_TO_RTL |
#define | AllocateFromZone(Zone) |
#define | FreeToZone(Zone, Block) |
Functions | |
BOOL | RtlCaptureAnsiString (PIN_STRING pstr, LPCSTR psz, BOOL fForceAlloc) |
BOOL | RtlCaptureLargeAnsiString (PLARGE_IN_STRING plstr, LPCSTR psz, BOOL fForceAlloc) |
NTSTATUS | InitLookaside (PLOOKASIDE pla, DWORD cbEntry, DWORD cEntries) |
PVOID | AllocLookasideEntry (PLOOKASIDE pla) |
void | FreeLookasideEntry (PLOOKASIDE pla, PVOID pEntry) |
|
Value:
Definition at line 171 of file rtlinit.c. Referenced by AllocLookasideEntry(). |
|
Value:
Definition at line 205 of file rtlinit.c. Referenced by FreeLookasideEntry(). |
|
|
|
Definition at line 299 of file rtlinit.c. References AllocateFromZone, _LOOKASIDE::EntrySize, gcsLookaside, _LOOKASIDE::LookasideZone, NULL, and UserLocalAlloc. Referenced by ValidateDialogPwnd().
|
|
Definition at line 344 of file rtlinit.c. References FreeToZone, gcsLookaside, _LOOKASIDE::LookasideBase, _LOOKASIDE::LookasideBounds, _LOOKASIDE::LookasideZone, and UserLocalFree. Referenced by ButtonWndProcWorker(), DefDlgProcWorker(), ECNcCreate(), ECNcDestroyHandler(), ImeWndProcWorker(), StaticWndProcWorker(), xxxCBNcDestroyHandler(), and xxxDestroyLBox().
|
|
Definition at line 221 of file rtlinit.c. References BlockSize, _ZONE_HEADER::BlockSize, _LOOKASIDE::EntrySize, _ZONE_HEADER::FreeList, gcsLookaside, _LOOKASIDE::LookasideBase, _LOOKASIDE::LookasideBounds, _LOOKASIDE::LookasideZone, NULL, PLOOKASIDE, PZONE_HEADER, _ZONE_HEADER::SegmentList, _ZONE_HEADER::TotalSegmentSize, UserLocalAlloc, UserLocalFree, and ZONE_SEGMENT_HEADER. Referenced by ValidateDialogPwnd().
|
|
Definition at line 30 of file rtlinit.c. References BOOL, _IN_STRING::fAllocated, FALSE, NULL, _IN_STRING::pstr, pUserHeap, RtlAllocateHeap, RtlFreeHeap, RtlMultiByteToUnicodeN(), _IN_STRING::strCapture, strlen(), TRUE, and USHORT.
|
|
Definition at line 95 of file rtlinit.c. References BOOL, _LARGE_UNICODE_STRING::Buffer, _LARGE_IN_STRING::fAllocated, FALSE, _LARGE_UNICODE_STRING::Length, _LARGE_UNICODE_STRING::MaximumLength, NULL, PLARGE_IN_STRING, _LARGE_IN_STRING::pstr, pUserHeap, RtlAllocateHeap, RtlFreeHeap, RtlMultiByteToUnicodeN(), _LARGE_IN_STRING::strCapture, strlen(), TRUE, and UINT. Referenced by _CreateWindowEx().
|