summaryrefslogtreecommitdiffstats
path: root/base/allocator
Commit message (Expand)AuthorAgeFilesLines
* Work on Windows GN allocator.brettw2015-07-221-10/+32
* Remove old/unused atomicops codesbc2015-07-011-0/+11
* wfh@ to base/alloc ownerscpu2015-06-021-0/+4
* base: Fix/add header #ifndef guards.danakj2015-03-102-6/+6
* Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https...bnc2015-03-092-6/+6
* base: Fix/add header #ifndef guards.danakj2015-03-092-6/+6
* Update Chomium's build files to work w/ latest GN binaries.dpranke2015-02-201-1/+1
* Add //ipc to "gn check", work on basebrettw2015-02-171-1/+5
* Re-sort GYP files with the latest version of tools/source_list.pysatorux2015-02-161-7/+7
* Sort GN files under basesatorux2015-02-131-2/+2
* Delete some tests from allocator_unittests.thakis2015-02-121-292/+2
* Restore debug allocator functions.wfh2015-01-261-0/+63
* Remove optimize max for allocator shim on Windows. This optimization is no l...wfh2015-01-231-5/+0
* Tidy up the allocator shim, which is now Windows only.wfh2015-01-234-268/+124
* clang/win: Fix a few warnings/errors.wfh2015-01-181-8/+4
* Restore the allocator shim on Windows. Add 2Gb limit on allocations via the ...wfh2015-01-139-821/+520
* gn format // (the rest, except mojo)scottmg2014-12-031-1/+3
* gn format //basescottmg2014-12-031-8/+9
* Don't /O2 on allocator on Windows in Debugscottmg2014-11-211-1/+1
* Make *some* version of the Win GN build work.dpranke2014-11-081-1/+1
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-231-1/+1
* Compile specific parts of the Android build with -O2.fdegans2014-09-171-0/+4
* Convert GN visibility variables to lists.brettw2014-09-061-1/+1
* Follow-up for https://codereview.chromium.org/419323002/thakis@chromium.org2014-08-071-5/+13
* base/allocator: Hardcode TCMalloc optimization level to 2 on Windows.willchan@chromium.org2014-08-051-3/+10
* base/allocator: Hardcode TCMalloc debug optimization level to 2 on Linux.willchan@chromium.org2014-08-021-0/+3
* clang/win: Fix a few warnings.thakis@chromium.org2014-07-272-17/+10
* Re-enable various MSVC warnings.pkasting@chromium.org2014-07-261-0/+11
* Add ppapi, improve Windows GN build.brettw@chromium.org2014-05-271-0/+6
* GN win: prep_libc and fix tcmalloc linkagescottmg@chromium.org2014-05-222-2/+34
* tcmalloc: Only include cpu profiler in profiling=1 builds.thakis@chromium.org2014-05-191-1/+4
* Fix GN win build.brettw@chromium.org2014-05-171-1/+2
* Hook up base unit tests and allocator to GN build.brettw@chromium.org2014-05-161-1/+199
* Pull GN @ r262225brettw@chromium.org2014-04-081-0/+1
* Remove all uses of GG_LONGLONG and GG_ULONGLONG.viettrungluu@chromium.org2014-04-081-5/+4
* Revert 262147 "Remove all uses of GG_LONGLONG and GG_ULONGLONG."scottmg@chromium.org2014-04-071-5/+5
* Remove all uses of GG_LONGLONG and GG_ULONGLONG.viettrungluu@chromium.org2014-04-071-5/+5
* Remove GN GYP generator.brettw@chromium.org2014-03-271-1/+0
* Use SYZYASAN instead of ADDRESS_SANITIZER.chrisha@google.com2014-03-271-8/+8
* Revert "Enable DMP for system Chromium WebView on Android"primiano@chromium.org2014-03-251-5/+0
* 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