#include <rtl.h>
#include <debug.h>
Go to the source code of this file.
Defines |
| #define | NDEBUG |
Functions |
| SIZE_T NTAPI | RtlCompareMemory (IN const VOID *Source1, IN const VOID *Source2, IN SIZE_T Length) |
| SIZE_T NTAPI | RtlCompareMemoryUlong (PVOID Source, SIZE_T Length, ULONG Value) |
| VOID NTAPI | RtlFillMemory (PVOID Destination, SIZE_T Length, UCHAR Fill) |
| VOID NTAPI | RtlFillMemoryUlong (PVOID Destination, SIZE_T Length, ULONG Fill) |
| VOID NTAPI | RtlMoveMemory (PVOID Destination, CONST VOID *Source, SIZE_T Length) |
| VOID FASTCALL | RtlPrefetchMemoryNonTemporal (IN PVOID Source, IN SIZE_T Length) |
| VOID NTAPI | RtlZeroMemory (PVOID Destination, SIZE_T Length) |