Home
last modified time | relevance | path

Searched hist:e23b7f75de78b519ae98f06ee4a863502a402563 (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libc/i386/string/
H A Dmemcpy.Sdiff e23b7f75de78b519ae98f06ee4a863502a402563 Sun Apr 20 15:02:48 CEST 1997 Bruce Evans <bde@FreeBSD.org> Use separate routines for memmove() and memcpy(). This lets me drop
the (buggy) support for alternative entry points. ALTENTRY() was only
used for memmove(). Optimizing for space was particularly silly because
memcpy() is rarely used (gcc normally inlines it).
Obtained from: NetBSD
e23b7f75de78b519ae98f06ee4a863502a402563 Sun Apr 20 15:02:48 CEST 1997 Bruce Evans <bde@FreeBSD.org> Use separate routines for memmove() and memcpy(). This lets me drop
the (buggy) support for alternative entry points. ALTENTRY() was only
used for memmove(). Optimizing for space was particularly silly because
memcpy() is rarely used (gcc normally inlines it).
Obtained from: NetBSD