summaryrefslogtreecommitdiff
path: root/src/debugallocation.cc
Commit message (Expand)AuthorAgeFilesLines
* tcmalloc page fences: add TCMALLOC_PAGE_FENCE_READABLE optionRobert Scott2021-06-201-1/+6
* use standard way to print size_t-sized intsAliaksey Kandratsenka2021-02-141-4/+4
* Use standard-conforming alignof in debugallocation.ccAliaksey Kandratsenka2018-08-051-2/+2
* Add support for C++17 operator new/delete for overaligned types.Andrey Semashev2017-11-291-10/+78
* Added mising va_end() in TracePrintf functioncs-lee2017-09-231-0/+1
* Rename PERFTOOLS_THROW into PERFTOOLS_NOTHROW.Romain Geissler2017-07-081-23/+23
* don't declare throw() on malloc funtions since it is fasterAliaksey Kandratsenka2017-05-141-2/+2
* fix stack trace capturing in debug mallocAliaksey Kandratsenka2017-05-141-3/+26
* remove superfluous size_t value >= 0 checkMostyn Bramley-Moore2017-05-141-1/+0
* Fix a typo in the page fence flag declarationAndrew Morrow2016-12-171-1/+1
* Fix unaligned memory accesses in debug allocatorFrancis Ricci2016-10-161-15/+17
* implemented emergency mallocAliaksey Kandratsenka2016-02-211-0/+15
* replaced invalid uses of __THROWAliaksey Kandratsenka2016-02-201-21/+21
* implemented sized free support via tc_free_sizedAliaksey Kandratsenka2015-11-211-14/+31
* always set errno to ENOMEM on OOM condition and in single placeAliaksey Kandratsenka2015-08-021-3/+3
* deal with OOM handling in one place and prior to returning resultAliaksey Kandratsenka2015-08-021-85/+45
* dropped support for PREANSINEW define which nobody needs anymoreAliaksey Kandratsenka2015-08-021-8/+0
* issue-695: implementated TCMALLOC_TRACE_FILE variableAliaksey Kandratsenka2015-06-271-4/+16
* issue-631: fixed miscompilation of debugallocation without mmapAliaksey Kandratsenka2014-06-281-1/+1
* added tc_malloc_skip_new_handlerAliaksey Kandratsenka2014-04-011-0/+6
* added debugallocation check for offset_ corruptionAliaksey Kandratsenka2014-02-221-8/+32
* avoid crash in DebugMallocImplementation::GetOwnershipAliaksey Kandratsenka2014-02-221-4/+29
* eliminated useless BASE_XXX defines in debugallocation.ccAliaksey Kandratsenka2014-02-221-26/+16
* issue-464: correctly handle realloc after memalign in debugallocAliaksey Kandratsenka2014-02-221-2/+13
* debugallocation: fix bus error on mipsel-linux platform when enable use_mallo...Wang YanQing2014-02-161-7/+16
* check debug_malloc_implementation_space via COMPILE_ASSERTAliaksey Kandratsenka2014-01-191-2/+2
* issue-581: avoid destructing DebugMallocImplementationAliaksey Kandratsenka2014-01-181-2/+10
* added emacs -*- mode lines for google coding styleAliaksey Kandratsenka2013-10-121-0/+1
* issue-477: Fix clang compilation errors regarding format specifierschappedm@gmail.com2012-11-031-4/+4
* Fri Feb 03 15:40:45 2012 Google Inc. <google-perftools@googlegroups.com>csilvers2012-02-041-3/+3
* * PORTING: Support for patching assembly on win x86_64! (scott.fr...)csilvers2012-01-281-5/+5
* * Fix ARM cycleclock to use volatile asm (dougkwan)csilvers2011-12-201-4/+6
* * Check for mingw compilers that *do* define timespeccsilvers2011-11-161-5/+9
* * Get the deallocation stack trace outside the lock (sean)csilvers2011-10-181-27/+69
* Fri Jul 15 16:10:51 2011 Google Inc. <opensource@google.com>csilvers2011-07-161-31/+20
* * Fix typos in comment in profiler.h (nrhodes)csilvers2011-05-191-57/+8
* * add a flag to use MAP_PRIVATE in memfs_malloc (gangren)csilvers2011-03-041-3/+10
* * Enhance cycleclock on ARM v6 and above (sanek)csilvers2011-03-021-330/+326
* Fri Feb 04 15:54:31 2011 Google Inc. <opensource@google.com>csilvers2011-02-051-13/+13
* * Make kHideMask use all 64 bits (ppluzhnikov)csilvers2011-01-191-10/+16
* * Suppress all large allocs when report threshold==0csilvers2010-11-181-1/+15
* * Add new (std::nothrow) to debugallocation (corrado)csilvers2010-03-231-14/+21
* * Prefer __environ to /proc/self/environ (csilvers)csilvers2009-12-021-21/+32
* * Replace usleep() and poll() with nanosleep() (glider)csilvers2009-11-101-1/+1
* * Fix Symbolize() to call pprof once, rather than once/symbol (glider)csilvers2009-10-271-9/+33
* Thu Sep 10 13:51:15 2009 Google Inc. <opensource@google.com>csilvers2009-09-111-0/+1367