summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/io/Memory.java
Commit message (Expand)AuthorAgeFilesLines
* Rewrite Memory peek/poke to swap bytes in Java.Vladimir Marko2013-11-071-6/+51
* Use longs instead of ints to store pointers in NIO buffers.Joel Dice2013-03-291-25/+25
* Fix ByteBuffer.put(ByteBuffer).Elliott Hughes2011-04-251-1/+12
* Add mincore(2).Elliott Hughes2011-03-221-3/+0
* Add mmap(2), msync(2), and munmap(2).Elliott Hughes2011-03-181-21/+1
* Make OSMemory the semi-supported libcore.io.Memory.Elliott Hughes2011-03-141-0/+190