summaryrefslogtreecommitdiffstats
path: root/courgette/memory_allocator.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in courgette/.avi2015-12-211-1/+4
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-131-1/+1
* Remove PlatformFile from courgettervargas@chromium.org2014-02-211-44/+18
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Use a direct include of strings headers in courgette/.avi@chromium.org2013-06-111-1/+1
* ifdef OS_NAME -> if defined(OS_NAME)dbeam@chromium.org2013-03-231-1/+1
* More FilePath -> base::FilePath replacement.brettw@chromium.org2013-02-101-1/+1
* Add a clarifying comment to the memory layout navigation. (Inspired by Coveri...gbillock@chromium.org2012-07-251-1/+3
* Switch out use of std::string and std::vector for large allocations for a buf...tommi@chromium.org2011-04-061-42/+33
* Instrument the allocator code so that we can track down the cause of recent c...tommi@chromium.org2011-03-031-36/+53
* Implementation of an STL compatible allocator for Courgette on Windows.tommi@chromium.org2011-03-011-0/+152