Home | History | Annotate | Download | only in stdlib

Lines Matching defs:memcpy

613 #define memcpy	SDL_memcpy
3842 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes);
4965 * Remove internal memcpy, memset. Compilers handle builtins better.