summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc
Commit message (Expand)AuthorAgeFilesLines
* Remove the old locations of forked tcmalloc files.sgk@chromium.org2009-12-0125-15379/+0
* Point #include lines to files in the new tcmalloc/chromium local branch.sgk@chromium.org2009-12-011-2/+2
* Fork a copy of the vanilla upstream copy of page_heap.cc renamed tosgk@chromium.org2009-11-262-0/+501
* Merge r77 from upstream tcmalloc to the local chromium branch.sgk@chromium.org2009-11-2519-734/+263
* Match the vendor branch to the current tcmalloc rev in DEPS.sgk@chromium.org2009-11-2531-5227/+9389
* Fix forked location of tcmalloc.h.sgk@chromium.org2009-11-251-0/+0
* Merge r33049 (symbolize_linux.cc) to new allocator structure.sgk@chromium.org2009-11-252-1/+191
* Gcc4 build fixes for tcmalloc.willchan@chromium.org2009-11-253-1/+194
* Branch new tcmalloc_linux.cc into new chromium\src branch. Update newsgk@chromium.org2009-11-251-0/+1415
* Replace forked tcmalloc files with branches from current files tosgk@chromium.org2009-11-2510-434/+875
* Branch tcmalloc\vendor\src to tcmalloc\chromium\src as basis for local changes.sgk@chromium.org2009-11-25163-0/+50530
* Import vanilla upstream tcmalloc sources into a vendor branchsgk@chromium.org2009-11-25274-0/+109616
* Enable TCMalloc on Linux by default.willchan@chromium.org2009-11-252-0/+1422
* Undo in-progress README + tcmalloc.gyp changes caught in last checkin.sgk@chromium.org2009-11-202-160/+115
* Delete unused zero-length malloc_hook.cc file, left over from unforking.sgk@chromium.org2009-11-203-115/+160
* Fix tcmalloc.gyp for scons generator.willchan@chromium.org2009-11-181-1/+1
* Disable tcmalloc sampling by default.jar@chromium.org2009-11-181-0/+3
* Get more precise count of commited bytes in statsjar@chromium.org2009-11-181-1/+1
* Implement the memory leak annotations for heap leak checker.willchan@chromium.org2009-11-111-0/+416
* Upgrade google-perftools to revision 77timurrrr@chromium.org2009-11-025-513/+18
* Taking advantage of new configuration inheritance option.bradnelson@chromium.org2009-10-291-15/+1
* Disable the -fvisibility=hidden flag for tcmalloctimurrrr@chromium.org2009-10-291-0/+3
* Added the symbols needed to enable heapchecker using a 64-bit compiler (the b...timurrrr@chromium.org2009-10-221-0/+1
* Add the support for tcmalloc's heap leak checker.timurrrr@chromium.org2009-10-211-0/+2
* Modify allocator to use malloc for the realloc(0, size) case.mbelshe@google.com2009-10-191-0/+6
* Tracks the amount of committed vs uncommitted memory in tcmalloc's page heap'...jamesr@chromium.org2009-10-063-11/+53
* Add comments setting emacs and vim tab width and expansion variables.sgk@google.com2009-10-061-0/+6
* Enable TCMallocjar@chromium.org2009-10-051-1/+1
* Revert further back to MBelshe's baseline forking TCMallocjar@chromium.org2009-10-052-19/+32
* Set JEMalloc as the default allocator (instead of TCMalloc)jar@chromium.org2009-10-011-1/+1
* Revert to using TCMallocjar@chromium.org2009-10-011-1/+1
* Try to use JEMALLOC as the default allocatorjar@chromium.org2009-10-011-2/+2
* Rollback Scavenge implemetation and rely on existing functionality to freejar@chromium.org2009-10-018-723/+6
* Fix a few \r\ns I accidentally added to a comment.jamesr@chromium.org2009-09-251-2/+2
* Rounds up VirtualAlloc calls on windows to dwAllocationGranularity to prevent...jamesr@chromium.org2009-09-251-19/+20
* Preliminary fixes to enable link dependent objects.maruel@chromium.org2009-09-241-2/+0
* tcmalloc tests & bug fixes:mbelshe@google.com2009-09-195-5/+539
* Force inclusion of build/common.gypi for all chromium gyp files.yaar@chromium.org2009-09-151-3/+0
* Issue 172109: Enable scavenging in RenderThread::IdleHandler.agl@chromium.org2009-09-156-3/+586
* Revert "Issue 172109: Enable scavenging in RenderThread::IdleHandler."agl@chromium.org2009-09-156-586/+3
* Issue 172109: Enable scavenging in RenderThread::IdleHandler.mbelshe@google.com2009-09-156-3/+586
* Fix realloc to not call the new_handler (which is for failures)mbelshe@google.com2009-09-091-1/+5
* Fix the windows allocator to behave properly on realloc.mbelshe@google.com2009-09-081-10/+14
* The prep_libc script was not removing the new operator for the std::throw case.mbelshe@google.com2009-09-071-1/+1
* Landing for Anton Muhin's tcmalloc patch:mbelshe@google.com2009-09-025-14/+400
* Silence the libcmt project to only print the processed files.maruel@chromium.org2009-08-291-3/+4
* Linux: add gyp flag for enabling tcmalloc. Also fix the linux build which di...willchan@chromium.org2009-08-262-16/+102
* Linux: make cpu profiler buildable with tcmalloc (does not enable tcmalloc).willchan@chromium.org2009-08-201-8/+18
* Linux: Make tcmalloc buildable on linux (does not enable it though).willchan@chromium.org2009-08-195-263/+1103
* Major changes to the Chrome allocator.mbelshe@google.com2009-08-1215-3/+11939