UDK 3.2.7 C/C++ API Reference
Functions
rtl/memory.h File Reference
#include <sal/types.h>

Go to the source code of this file.

Functions

SAL_DLLPUBLIC void rtl_zeroMemory (void *Ptr, sal_Size Bytes)
SAL_DLLPUBLIC void rtl_fillMemory (void *Ptr, sal_Size Bytes, sal_uInt8 Fill)
SAL_DLLPUBLIC void rtl_copyMemory (void *Dst, const void *Src, sal_Size Bytes)
SAL_DLLPUBLIC void rtl_moveMemory (void *Dst, const void *Src, sal_Size Bytes)
SAL_DLLPUBLIC sal_Int32 rtl_compareMemory (const void *MemA, const void *MemB, sal_Size Bytes)
SAL_DLLPUBLIC void * rtl_findInMemory (const void *MemA, sal_uInt8 ch, sal_Size Bytes)

Function Documentation

SAL_DLLPUBLIC sal_Int32 rtl_compareMemory ( const void *  MemA,
const void *  MemB,
sal_Size  Bytes 
)
SAL_DLLPUBLIC void rtl_copyMemory ( void *  Dst,
const void *  Src,
sal_Size  Bytes 
)
SAL_DLLPUBLIC void rtl_fillMemory ( void *  Ptr,
sal_Size  Bytes,
sal_uInt8  Fill 
)
SAL_DLLPUBLIC void* rtl_findInMemory ( const void *  MemA,
sal_uInt8  ch,
sal_Size  Bytes 
)
SAL_DLLPUBLIC void rtl_moveMemory ( void *  Dst,
const void *  Src,
sal_Size  Bytes 
)
SAL_DLLPUBLIC void rtl_zeroMemory ( void *  Ptr,
sal_Size  Bytes 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines