summaryrefslogtreecommitdiffstats
path: root/courgette/memory_allocator.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in courgette/.avi2015-12-211-7/+8
* [Courgette] Move the "1.01 x" memory fix from NoThrowBuffer::reserve() to cal...huangs2015-11-191-6/+4
* Use base::UncheckedMalloc rather than std::nothrow in courgette.grt2015-11-061-18/+48
* [Courgette] Fix NoThrowBuffer::end() off-by-1; add unittests.huangs2015-07-201-4/+8
* Make Courgette as much as 5x faster.asvitkine2014-09-121-0/+6
* Remove PlatformFile from courgettervargas@chromium.org2014-02-211-26/+2
* ifdef OS_NAME -> if defined(OS_NAME)dbeam@chromium.org2013-03-231-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Switch out use of std::string and std::vector for large allocations for a buf...tommi@chromium.org2011-04-061-29/+252
* Pulling in new icu with msvs2010 fix.bradnelson@google.com2011-03-291-1/+3
* Identifying call sites that need to handle out of memory situations in Courge...tommi@chromium.org2011-03-221-0/+41
* Instrument the allocator code so that we can track down the cause of recent c...tommi@chromium.org2011-03-031-8/+10
* Implementation of an STL compatible allocator for Courgette on Windows.tommi@chromium.org2011-03-011-0/+222