Home | History | Annotate | Download | only in coregrind

Lines Matching defs:memmove

2391    1. gcc may emit calls to memcpy, memmove and memset to deal with
2406 void* memmove(void *dest, const void *src, SizeT n);
2407 void* memmove(void *dest, const void *src, SizeT n) {
2408 return VG_(memmove)(dest,src,n);