summaryrefslogtreecommitdiffstats
path: root/libc/string/memmove.c
Commit message (Collapse)AuthorAgeFilesLines
* libc: optimize memmove() with memcpy() if possible.David 'Digit' Turner2010-10-071-1/+4
| | | | Change-Id: I90e578fdc82e427caee8fa4157ce3f8c6c99926d
* Revert "libc: memmove(): non-overlapping block optim."Marco Nelissen2010-09-281-5/+1
| | | | | | | | This reverts commit 80fba9a2fe4eacaabee99cf0bbead872c2792231, which caused the system to not boot anymore, aborting with: "java.lang.RuntimeException: Missing static main on com.android.server.SystemServer". Change-Id: I745e0a23c728cccf5f95a3c7642d544478a4e57e
* libc: memmove(): non-overlapping block optim.David 'Digit' Turner2010-09-271-1/+5
| | | | Change-Id: I5652f4f97ca59d95176443fc27c737ef76258183
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+72
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-72/+0
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+72