summaryrefslogtreecommitdiffstats
path: root/base/allocator/win_allocator.cc
Commit message (Expand)AuthorAgeFilesLines
* Restore the allocator shim on Windows. Add 2Gb limit on allocations via the ...wfh2015-01-131-78/+0
* Force out of memory crash when HeapAlloc() or HeapReAlloc() fail.dalecurtis@chromium.org2013-10-231-0/+5
* Handle NULL ptr calls to free() with the WIN allocator.dalecurtis@google.com2012-10-271-1/+2
* Modify allocator_shim to support _aligned_alloc(), _aligned_free().dalecurtis@chromium.org2012-08-021-1/+23
* Revert 77958 - Make sure Windows default heap will crash on corruptionjar@chromium.org2011-03-131-3/+0
* Make sure Windows default heap will crash on corruptionjar@chromium.org2011-03-131-0/+3
* Branch the files in the shim layer that switches between thesgk@chromium.org2009-11-251-0/+50