TianoCore EDK2 master
Loading...
Searching...
No Matches
CopyMem.c File Reference
#include "MemLibInternals.h"

Go to the source code of this file.

Functions

VOID *EFIAPI InternalMemCopyMem (OUT VOID *DestinationBuffer, IN CONST VOID *SourceBuffer, IN UINTN Length)
 

Detailed Description

Implementation of the InternalMemCopyMem routine. This function is broken out into its own source file so that it can be excluded from a build for a particular platform easily if an optimized version is desired.

Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.
Copyright (c) 2012 - 2013, ARM Ltd. All rights reserved.
Copyright (c) 2016, Linaro Ltd. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file CopyMem.c.

Function Documentation

◆ InternalMemCopyMem()

VOID *EFIAPI InternalMemCopyMem ( OUT VOID *  DestinationBuffer,
IN CONST VOID *  SourceBuffer,
IN UINTN  Length 
)

Copy Length bytes from Source to Destination.

Parameters
DestinationBufferThe target of the copy request.
SourceBufferThe place to copy from.
LengthThe number of bytes to copy.
Returns
Destination

Definition at line 28 of file CopyMem.c.