Contains global functions for memory manipulation, encapsulated into the icl_core::os namespace. More...
#include "icl_core/os_ns.h"
Go to the source code of this file.
Namespaces | |
namespace | icl_core |
namespace | icl_core::os |
Namespace for operating system specific implementations. | |
Functions | |
void * | icl_core::os::memcpy (void *dest, void *src, size_t count) |
void * | icl_core::os::memset (void *dest, int c, size_t count) |
Contains global functions for memory manipulation, encapsulated into the icl_core::os namespace.
Definition in file os_mem.h.