summaryrefslogtreecommitdiffstats
path: root/base/shared_memory_android.cc
Commit message (Expand)AuthorAgeFilesLines
* Move shared_memory into base/memory subdirectory.brettw@chromium.org2013-03-291-57/+0
* Make SharedMemory track the size that was actually mappedjschuh@chromium.org2013-03-281-1/+1
* The correct type for the size of a chunk of memory is size_t.cevans@chromium.org2013-01-101-0/+3
* Fix Android build.jrg@google.com2011-12-021-2/+2
* Give base::SharedMemory::CreateAnonymous an executable flagmcgrathr@chromium.org2011-12-011-3/+4
* Upstream misc changes for android.michaelbai@google.com2011-08-261-3/+3
* Upstream android file related code.michaelbai@google.com2011-06-211-0/+53