OSDN Git Service

Added _memmove_words
authorAndy McFadden <fadden@android.com>
Fri, 4 Feb 2011 22:45:57 +0000 (14:45 -0800)
committerAndy McFadden <fadden@android.com>
Fri, 4 Feb 2011 22:49:49 +0000 (14:49 -0800)
commit4ce737f5df6bda362b45ca2a9d72d0aad2d5a58f
treebe509a811429de013b697c183219ccb8c3edafaa
parent5b987745668aa39278f7881d6b91caba1c3ec6cf
Added _memmove_words

Added a memmove() variant for Dalvik's System.arraycopy()
implementation.  It guarantees 16-bit or 32-bit atomicity depending
on the alignment of the arguments.

Bug 3398352

Change-Id: Ie7bd246305ef0ff8290513663327c5b81680368d
libc/Android.mk
libc/bionic/memmove_words.c [new file with mode: 0644]