summaryrefslogtreecommitdiffstats
path: root/base/allocator
Commit message (Expand)AuthorAgeFilesLines
* Remove third_party/jemallochans@chromium.org2014-02-052-60/+5
* Normalize _unittest.cc filename suffix for unittestsalecflett@chromium.org2014-01-174-6/+6
* Move base BUILD.gn files to main tree.brettw@chromium.org2014-01-021-0/+11
* Remove heapcheck support.thakis@chromium.org2013-12-131-27/+7
* Enable tcmalloc heap-profiler module on Windows.peria@chromium.org2013-12-111-8/+1
* Cleanup allocator_shim.cc from ENABLE_DYNAMIC_ALLOCATOR_SWITCHINGb.kelemen@samsung.com2013-11-081-39/+15
* Force out of memory crash when HeapAlloc() or HeapReAlloc() fail.dalecurtis@chromium.org2013-10-231-0/+5
* Fixes to get base compiling on VS2013scottmg@chromium.org2013-10-151-2/+5
* Enable DMP for system Chromium WebView on Androidmnaganov@chromium.org2013-07-191-0/+5
* tcmalloc: Fix a C++11 error.thakis@chromium.org2013-06-291-5/+0
* Redo r203907 base_unittests.exe to use alloactor shimswfh@chromium.org2013-06-091-1/+1
* Revert 200327 to allocator.gyp to disable debugallocator on Windowswfh@chromium.org2013-06-051-1/+2
* Include stddef.h for the definition of size_t.hans@chromium.org2013-05-301-0/+2
* Adds TCMalloc support for Android.bulach@chromium.org2013-05-221-1/+2
* GTTF: Enable tcmalloc's debugallocation on Windows.phajdan.jr@chromium.org2013-05-151-2/+1
* Remove platform SDK reference in allocator.gypjschuh@chromium.org2013-03-061-2/+0
* fixes to pre_libc.py script to correctly strip x64wfh@chromium.org2013-02-212-9/+18
* Revert 183089jschuh@chromium.org2013-02-181-498/+438
* Linux: add option to use system tcmalloc (off by default)phajdan.jr@chromium.org2013-02-181-438/+498
* Change call_new_handler to be non extern C; not called outside this code and ...wfh@chromium.org2013-02-151-4/+5
* Fixes to prep_libc.py to support correct stripping of x64 libcmt on x64 targetwfh@chromium.org2013-02-141-0/+2
* Use WINHEAP by default if ADDRESS_SANITIZER is defined.sebmarchand@chromium.org2013-02-041-1/+15
* Disabling nacl_win64 targets when building in target_arch!=ia32 mode.bradnelson@google.com2013-01-211-17/+21
* GTTF: Enable debugallocation by default (try 3 or so).phajdan.jr@chromium.org2013-01-101-2/+3
* Revert r175915oshima@chromium.org2013-01-101-1/+1
* GTTF: Enable debugallocation by default.phajdan.jr@chromium.org2013-01-091-1/+1
* Report memory usage retained by TCMalloc freelists.alexeif@chromium.org2012-12-075-62/+50
* Add comments about what should and should not depend on 'allocator'akalin@chromium.org2012-12-061-0/+3
* Add an option to use tcmalloc's debugallocation for Debug buildsphajdan.jr@chromium.org2012-12-043-19/+31
* Revert 170287 - Add dependency on allocator.gyp from 'base' and export itakalin@chromium.org2012-11-301-1/+0
* Add dependency on allocator.gyp from 'base' and export itakalin@chromium.org2012-11-291-0/+1
* Revert 166547 - Use tcmalloc's debugallocation for Debug buildsscottmg@google.com2012-11-083-31/+19
* Use tcmalloc's debugallocation for Debug buildsphajdan.jr@chromium.org2012-11-073-19/+31
* Add realloc_dbg to satisfy the libcpmtd which is provided with Visual Studio ...bungeman@chromium.org2012-11-051-0/+4
* Update prep_libc.py for new libcmt.lib layout.bungeman@chromium.org2012-11-021-1/+3
* A Speculative Revert for 164939 - Use tcmalloc's debugallocation for Debug bu...hbono@chromium.org2012-10-313-31/+19
* Use tcmalloc's debugallocation for Debug buildsphajdan.jr@chromium.org2012-10-303-19/+31
* Handle NULL ptr calls to free() with the WIN allocator.dalecurtis@google.com2012-10-271-1/+2
* Fix gyp for type_profiler to work for make.dmikurube@chromium.org2012-10-151-0/+1
* Type profiler by intercepting 'new' and 'delete' expressions.dmikurube@chromium.org2012-09-269-0/+637
* Expose memory allocator internal stats and properties.alexeif@chromium.org2012-09-176-22/+107
* Disable memory allocation code from being instrumented by cygprofiler.glotov@chromium.org2012-09-061-0/+7
* roll clang 161353:161757thakis@chromium.org2012-08-171-0/+5
* Support vtable_verify (new compiler option).cmtice@chromium.org2012-08-171-0/+6
* Modify allocator_shim to support _aligned_alloc(), _aligned_free().dalecurtis@chromium.org2012-08-023-1/+117
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-112-2/+0
* Try not to inline tcmalloc::Abort() so we can find it in stack trace.kaiwang@chromium.org2012-06-081-1/+3
* Avoid using cmd so that python can be found on pathjar@chromium.org2012-05-301-1/+0
* 1. Enable large object pointer offset check in release build.kaiwang@chromium.org2012-05-245-9/+124
* fix checkperms for prep_libc.pyscottmg@google.com2012-05-231-0/+0