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_moveMemory |
( |
void * |
Dst, |
|
|
const void * |
Src, |
|
|
sal_Size |
Bytes |
|
) |
| |