summaryrefslogtreecommitdiffstats
path: root/base/allocator/allocator_shim.cc
Commit message (Expand)AuthorAgeFilesLines
* Use SYZYASAN instead of ADDRESS_SANITIZER.chrisha@google.com2014-03-271-8/+8
* Remove third_party/jemallochans@chromium.org2014-02-051-42/+5
* Cleanup allocator_shim.cc from ENABLE_DYNAMIC_ALLOCATOR_SWITCHINGb.kelemen@samsung.com2013-11-081-39/+15
* Change call_new_handler to be non extern C; not called outside this code and ...wfh@chromium.org2013-02-151-4/+5
* Use WINHEAP by default if ADDRESS_SANITIZER is defined.sebmarchand@chromium.org2013-02-041-1/+15
* Report memory usage retained by TCMalloc freelists.alexeif@chromium.org2012-12-071-29/+15
* Add an option to use tcmalloc's debugallocation for Debug buildsphajdan.jr@chromium.org2012-12-041-1/+1
* Revert 166547 - Use tcmalloc's debugallocation for Debug buildsscottmg@google.com2012-11-081-1/+1
* Use tcmalloc's debugallocation for Debug buildsphajdan.jr@chromium.org2012-11-071-1/+1
* A Speculative Revert for 164939 - Use tcmalloc's debugallocation for Debug bu...hbono@chromium.org2012-10-311-1/+1
* Use tcmalloc's debugallocation for Debug buildsphajdan.jr@chromium.org2012-10-301-1/+1
* Expose memory allocator internal stats and properties.alexeif@chromium.org2012-09-171-0/+40
* Modify allocator_shim to support _aligned_alloc(), _aligned_free().dalecurtis@chromium.org2012-08-021-0/+61
* 1. Enable large object pointer offset check in release build.kaiwang@chromium.org2012-05-241-0/+12
* Route calls to tcmalloc MallocExtension through allocator agnostic interfacejamesr@chromium.org2012-04-281-0/+13
* Explicitly track the time source type in base/profiler/alternate_timer.hisherman@chromium.org2012-04-271-1/+2
* Revert 134041 - Explicitly track the time source type in base/profiler/altern...dpapad@chromium.org2012-04-261-2/+1
* Explicitly track the time source type in base/profiler/alternate_timer.hisherman@chromium.org2012-04-261-1/+2
* Support use of third party time function for about:profilerjar@chromium.org2012-02-151-3/+15
* windows: Fix a few things clang complains about.thakis@chromium.org2012-01-231-2/+2
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-1/+1
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-1/+1
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-1/+1
* Merge google-perftools r109 (the current contents of third_party/tcmalloc/ven...glider@chromium.org2011-06-171-0/+1
* Switch to using TCMALLOC in browser process to fix WinHeap hanging IO thread ...rtenneti@chromium.org2011-05-191-1/+1
* Revert 79258 - Mark all the free'ed region with special markers so that browserrtenneti@chromium.org2011-03-241-2/+1
* Mark all the free'ed region with special markers so that browserrtenneti@chromium.org2011-03-241-1/+2
* Switch to using WinHeap for the browser processjar@chromium.org2011-03-241-2/+2
* Add redundancy to detect double frees in TCMallocjar@chromium.org2011-03-161-1/+1
* Revert 78166 - Test impact of an allocator change to detect double freesjar@chromium.org2011-03-151-1/+1
* Test impact of an allocator change to detect double freesjar@chromium.org2011-03-151-1/+1
* Revert 77948 - Add redundancy to detect double frees in TCMallocjar@chromium.org2011-03-121-1/+1
* Add redundancy to detect double frees in TCMallocjar@chromium.org2011-03-121-1/+1
* Revert 77941 - Add redundancy to detect double frees in TCMallocjar@chromium.org2011-03-121-1/+1
* Add redundancy to detect double frees in TCMallocjar@chromium.org2011-03-121-1/+1
* Support mixed allocation in browser vs subprocessesjar@chromium.org2011-03-081-18/+57
* Revert 77207 - Support mixed allocation in browser vs subprocessesjar@chromium.org2011-03-071-57/+18
* Support mixed allocation in browser vs subprocessesjar@chromium.org2011-03-071-18/+57
* Revert 77111 - Test performance of default allocator in browser processjar@chromium.org2011-03-071-1/+1
* Test performance of default allocator in browser processjar@chromium.org2011-03-071-1/+1
* Revert 77066 - Test impact of using default windows allocatorjar@chromium.org2011-03-061-1/+1
* Test impact of using default windows allocatorjar@chromium.org2011-03-061-1/+1
* Fix nacl_sandbox_tests dependency:victorw@chromium.org2010-07-191-1/+1
* Branch the files in the shim layer that switches between thesgk@chromium.org2009-11-251-0/+266