summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-22 13:48:50 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-22 13:48:50 +0000
commitd8c46e2797efb5efddf9aea17b7d10127c3aad1c (patch)
treeda3f08fd0ed48d6c10133524859ef7e85c74fdc7 /third_party/tcmalloc
parent04be4b58872f706194c3a126aec973ec53897366 (diff)
downloadchromium_src-d8c46e2797efb5efddf9aea17b7d10127c3aad1c.zip
chromium_src-d8c46e2797efb5efddf9aea17b7d10127c3aad1c.tar.gz
chromium_src-d8c46e2797efb5efddf9aea17b7d10127c3aad1c.tar.bz2
Added the symbols needed to enable heapchecker using a 64-bit compiler (the buildbots seemed to ignore the heapchecker symbols defined previously in ldflags)
This patch was prepared by Alexander Potapenko (cc'ed) TBR=evan,mbelshe,bradn already LGTM'd at http://codereview.chromium.org/300039 Review URL: http://codereview.chromium.org/315015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29770 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/tcmalloc')
-rw-r--r--third_party/tcmalloc/tcmalloc.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/tcmalloc/tcmalloc.gyp b/third_party/tcmalloc/tcmalloc.gyp
index f644910..326ba77 100644
--- a/third_party/tcmalloc/tcmalloc.gyp
+++ b/third_party/tcmalloc/tcmalloc.gyp
@@ -239,6 +239,7 @@
'-Wl,-uIsHeapProfilerRunning,-uProfilerStart',
# Do the same for heap leak checker.
'-Wl,-u_Z21InitialMallocHook_NewPKvj,-u_Z22InitialMallocHook_MMapPKvS0_jiiix,-u_Z22InitialMallocHook_SbrkPKvi',
+ '-Wl,-u_Z21InitialMallocHook_NewPKvm,-u_Z22InitialMallocHook_MMapPKvS0_miiil,-u_Z22InitialMallocHook_SbrkPKvl',
],
},
}],