Posix implementation of the global memory functions. More...
Go to the source code of this file.
Namespaces | |
namespace | icl_core |
namespace | icl_core::os |
Namespace for operating system specific implementations. | |
namespace | icl_core::os::hidden_posix |
Internal implementation details for POSIX systems. | |
Functions | |
void * | icl_core::os::hidden_posix::memcpy (void *dest, void *src, size_t count) |
void * | icl_core::os::hidden_posix::memset (void *dest, int c, size_t count) |
Posix implementation of the global memory functions.
Definition in file os_posix_mem.h.