NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
apex Namespace Reference

Functions

void *APEXCALL memmove_dispatcher (void *dst, const void *src, size_t size)
 
void *APEXCALLmemcpy (void *dst, const void *src, size_t size)
 
void *APEXCALLmemmove (void *dst, const void *src, size_t size)
 

Function Documentation

◆ memcpy()

◆ memmove()

void* APEXCALL* apex::memmove ( void *  dst,
const void *  src,
size_t  size 
)

Referenced by memmove_dispatcher().

Here is the caller graph for this function:

◆ memmove_dispatcher()

void* APEXCALL apex::memmove_dispatcher ( void *  dst,
const void *  src,
size_t  size 
)

References memcpy(), memmove(), and size().

Here is the call graph for this function: