Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Side by Side Diff: third_party/tcmalloc/vendor/Makefile.in

Issue 7430002: Update the tcmalloc vendor branch to r111 (perftools version 1.8) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/tcmalloc/vendor/Makefile.am ('k') | third_party/tcmalloc/vendor/NEWS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Makefile.in generated by automake 1.9.6 from Makefile.am. 1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc. 5 # 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation 6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it, 7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved. 8 # with or without modifications, as long as this notice is preserved.
9 9
10 # This program is distributed in the hope that it will be useful, 10 # This program is distributed in the hope that it will be useful,
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 # are supported since gcc 3.1.1). gcc doesn't think most of them are 51 # are supported since gcc 3.1.1). gcc doesn't think most of them are
52 # builtins now in any case, but it's best to be explicit in case that 52 # builtins now in any case, but it's best to be explicit in case that
53 # changes one day. gcc ignores functions it doesn't understand. 53 # changes one day. gcc ignores functions it doesn't understand.
54 @GCC_TRUE@am__append_2 = -Wall -Wwrite-strings -Woverloaded-virtual \ 54 @GCC_TRUE@am__append_2 = -Wall -Wwrite-strings -Woverloaded-virtual \
55 @GCC_TRUE@ -Wno-sign-compare \ 55 @GCC_TRUE@ -Wno-sign-compare \
56 @GCC_TRUE@ -fno-builtin-malloc -fno-builtin-free -fno-builtin-real loc \ 56 @GCC_TRUE@ -fno-builtin-malloc -fno-builtin-free -fno-builtin-real loc \
57 @GCC_TRUE@ -fno-builtin-calloc -fno-builtin-cfree \ 57 @GCC_TRUE@ -fno-builtin-calloc -fno-builtin-cfree \
58 @GCC_TRUE@ -fno-builtin-memalign -fno-builtin-posix_memalign \ 58 @GCC_TRUE@ -fno-builtin-memalign -fno-builtin-posix_memalign \
59 @GCC_TRUE@ -fno-builtin-valloc -fno-builtin-pvalloc 59 @GCC_TRUE@ -fno-builtin-valloc -fno-builtin-pvalloc
60 60
61 @HAVE_W_NO_UNUSED_RESULT_TRUE@am__append_3 = -Wno-unused-result
61 62
62 # These are x86-specific, having to do with frame-pointers. In 63 # These are x86-specific, having to do with frame-pointers. In
63 # particular, some x86_64 systems do not insert frame pointers by 64 # particular, some x86_64 systems do not insert frame pointers by
64 # default (all i386 systems that I know of, do. I don't know about 65 # default (all i386 systems that I know of, do. I don't know about
65 # non-x86 chips). We need to tell perftools what to do about that. 66 # non-x86 chips). We need to tell perftools what to do about that.
66 @ENABLE_FRAME_POINTERS_TRUE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@am__append_3 = -fn o-omit-frame-pointer 67 @ENABLE_FRAME_POINTERS_TRUE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@am__append_4 = -fn o-omit-frame-pointer
67 @ENABLE_FRAME_POINTERS_FALSE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@am__append_4 = -D NO_FRAME_POINTER 68 @ENABLE_FRAME_POINTERS_FALSE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@am__append_5 = -D NO_FRAME_POINTER
68 @MINGW_TRUE@am__append_5 = -Wl,-u__tcmalloc 69 @MINGW_TRUE@am__append_6 = -Wl,-u__tcmalloc
69 noinst_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \ 70 noinst_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
70 $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \ 71 $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \
71 » $(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_24) 72 » $(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_28)
72 bin_PROGRAMS = 73 bin_PROGRAMS =
73 @MINGW_TRUE@am__append_6 = libwindows.la libspinlock.la 74 @MINGW_TRUE@am__append_7 = libwindows.la libspinlock.la
74 75
75 # We also need to tell mingw that sysinfo.cc needs shlwapi.lib. 76 # We also need to tell mingw that sysinfo.cc needs shlwapi.lib.
76 # (We do this via a #pragma for msvc, but need to do it here for mingw). 77 # (We do this via a #pragma for msvc, but need to do it here for mingw).
77 @MINGW_TRUE@am__append_7 = -lshlwapi 78 @MINGW_TRUE@am__append_8 = -lshlwapi
78 @MINGW_FALSE@am__append_8 = libspinlock.la 79 @MINGW_FALSE@am__append_9 = libspinlock.la
79 @WITH_STACK_TRACE_TRUE@am__append_9 = $(SG_STACKTRACE_INCLUDES) 80 @WITH_STACK_TRACE_TRUE@am__append_10 = $(SG_STACKTRACE_INCLUDES)
80 81
81 ### Making the library 82 ### Making the library
82 @WITH_STACK_TRACE_TRUE@am__append_10 = libstacktrace.la 83 @WITH_STACK_TRACE_TRUE@am__append_11 = libstacktrace.la
83 84
84 ### Unittests 85 ### Unittests
85 @WITH_STACK_TRACE_TRUE@am__append_11 = stacktrace_unittest 86 @WITH_STACK_TRACE_TRUE@am__append_12 = stacktrace_unittest
86 87
87 ### Documentation 88 ### Documentation
88 @WITH_STACK_TRACE_TRUE@am__append_12 = doc/pprof_remote_servers.html 89 @WITH_STACK_TRACE_TRUE@am__append_13 = doc/pprof_remote_servers.html
89 90
90 # Let unittests find pprof if they need to run it 91 # Let unittests find pprof if they need to run it
91 @WITH_STACK_TRACE_TRUE@am__append_13 = PPROF_PATH=$(top_srcdir)/src/pprof 92 @WITH_STACK_TRACE_TRUE@am__append_14 = PPROF_PATH=$(top_srcdir)/src/pprof
92 93
93 # On MSVC, we need our own versions of addr2line and nm to work with pprof. 94 # On MSVC, we need our own versions of addr2line and nm to work with pprof.
94 # This is a slight abuse of WINDOWS_PROJECTS, but not much 95 # This is a slight abuse of WINDOWS_PROJECTS, but not much
95 @WITH_STACK_TRACE_TRUE@am__append_14 = \ 96 @WITH_STACK_TRACE_TRUE@am__append_15 = \
96 @WITH_STACK_TRACE_TRUE@ vsprojects/nm-pdb/nm-pdb.vcproj \ 97 @WITH_STACK_TRACE_TRUE@ vsprojects/nm-pdb/nm-pdb.vcproj \
97 @WITH_STACK_TRACE_TRUE@ vsprojects/addr2line-pdb/addr2line-pdb.vcproj \ 98 @WITH_STACK_TRACE_TRUE@ vsprojects/addr2line-pdb/addr2line-pdb.vcproj \
98 @WITH_STACK_TRACE_TRUE@ src/windows/nm-pdb.c \ 99 @WITH_STACK_TRACE_TRUE@ src/windows/nm-pdb.c \
99 @WITH_STACK_TRACE_TRUE@ src/windows/addr2line-pdb.c 100 @WITH_STACK_TRACE_TRUE@ src/windows/addr2line-pdb.c
100 101
101 # This tests it works to LD_PRELOAD libtcmalloc (tests maybe_threads.cc) 102 # This tests it works to LD_PRELOAD libtcmalloc (tests maybe_threads.cc)
102 # In theory this should work under mingw, but mingw has trouble running 103 # In theory this should work under mingw, but mingw has trouble running
103 # shell scripts that end in .exe. And it doesn't seem to build shared 104 # shell scripts that end in .exe. And it doesn't seem to build shared
104 # libraries anyway (so can't be LD_PRELOADed) -- in fact, anybody who 105 # libraries anyway (so can't be LD_PRELOADed) -- in fact, anybody who
105 # chooses not to build shared libraries won't be able to run this test. 106 # chooses not to build shared libraries won't be able to run this test.
106 # TODO(csilvers): figure out how to nix ".exe" or otherwise work under mingw 107 # TODO(csilvers): figure out how to nix ".exe" or otherwise work under mingw
107 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_15 = maybe_threads_unittest.sh$(EXE EXT) 108 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_16 = maybe_threads_unittest.sh$(EXE EXT)
108 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_16 = $(maybe_threads_unittest_sh_SO URCES) 109 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_17 = $(maybe_threads_unittest_sh_SO URCES)
109 @MINGW_TRUE@am__append_17 = src/windows/port.h src/windows/port.cc 110 @MINGW_TRUE@am__append_18 = src/windows/port.h src/windows/port.cc
110 @MINGW_FALSE@am__append_18 = system_alloc_unittest 111 @MINGW_FALSE@am__append_19 = system_alloc_unittest
111 112
112 # This doesn't work with static linkage, because libtcmalloc.a isn't 113 # This doesn't work with static linkage, because libtcmalloc.a isn't
113 # happy with C linkage (it misses the stdc++ library). Likewise with 114 # happy with C linkage (it misses the stdc++ library). Likewise with
114 # mingw, which links foo.a even though it doesn't set ENABLE_STATIC. 115 # mingw, which links foo.a even though it doesn't set ENABLE_STATIC.
115 # TODO(csilvers): set enable_static=true in configure.ac:36? 116 # TODO(csilvers): set enable_static=true in configure.ac:36?
116 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_19 = malloc_extension_c_test 117 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_20 = malloc_extension_c_test
117 # -ansi here is just to help ensure the code is bog-standard C. 118 # -ansi here is just to help ensure the code is bog-standard C.
118 @ENABLE_STATIC_FALSE@@GCC_TRUE@@MINGW_FALSE@am__append_20 = -ansi 119 @ENABLE_STATIC_FALSE@@GCC_TRUE@@MINGW_FALSE@am__append_21 = -ansi
119 @MINGW_FALSE@am__append_21 = memalign_unittest 120 @MINGW_FALSE@@OSX_FALSE@am__append_22 = memalign_unittest
120 121
121 ### ------- tcmalloc_minimal_debug (thread-caching malloc with debugallocation) 122 ### ------- tcmalloc_minimal_debug (thread-caching malloc with debugallocation)
122 123
123 # Like tcmalloc.cc, debugallocation.cc needs exceptions to fulfill its 124 # Like tcmalloc.cc, debugallocation.cc needs exceptions to fulfill its
124 # API. Luckily, we can reuse everything else from tcmalloc_minimal. 125 # API. Luckily, we can reuse everything else from tcmalloc_minimal.
125 @WITH_DEBUGALLOC_TRUE@am__append_22 = libtcmalloc_minimal_debug.la
126 @WITH_DEBUGALLOC_TRUE@am__append_23 = libtcmalloc_minimal_debug.la 126 @WITH_DEBUGALLOC_TRUE@am__append_23 = libtcmalloc_minimal_debug.la
127 @WITH_DEBUGALLOC_TRUE@am__append_24 = libtcmalloc_minimal_debug.la
127 128
128 ### Unittests 129 ### Unittests
129 @WITH_DEBUGALLOC_TRUE@am__append_24 = tcmalloc_minimal_debug_unittest \ 130 @WITH_DEBUGALLOC_TRUE@am__append_25 = tcmalloc_minimal_debug_unittest \
130 @WITH_DEBUGALLOC_TRUE@» malloc_extension_debug_test \ 131 @WITH_DEBUGALLOC_TRUE@» malloc_extension_debug_test
131 @WITH_DEBUGALLOC_TRUE@» memalign_debug_unittest \ 132 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@am__append_26 = memalign_debug_uni ttest
132 @WITH_DEBUGALLOC_TRUE@» realloc_debug_unittest 133 @WITH_DEBUGALLOC_TRUE@am__append_27 = realloc_debug_unittest
133 134
134 # debugallocation_test checks that we print a proper stacktrace when 135 # debugallocation_test checks that we print a proper stacktrace when
135 # debug-allocs fail, so we can't run it if we don't have stacktrace info. 136 # debug-allocs fail, so we can't run it if we don't have stacktrace info.
136 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_25 = debugallocation_tes t.sh$(EXEEXT) 137 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_28 = debugallocation_tes t.sh$(EXEEXT)
137 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_26 = $(debugallocation_t est_sh_SOURCES) 138 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_29 = $(debugallocation_t est_sh_SOURCES)
138 139
139 # This is the sub-program used by debugallocation_test.sh 140 # This is the sub-program used by debugallocation_test.sh
140 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_27 = debugallocation_tes t 141 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_30 = debugallocation_tes t
141 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_28 = $(SG_TCMALLOC_INCLUDES) 142 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_31 = $(SG_TCMALLOC_INCLUDES)
142 143
143 ### Making the library 144 ### Making the library
144 145
145 # As we describe at the top of this file, we want to turn off exceptions 146 # As we describe at the top of this file, we want to turn off exceptions
146 # for all files in this library -- except tcmalloc.cc which needs them 147 # for all files in this library -- except tcmalloc.cc which needs them
147 # to fulfill its API. Automake doesn't allow per-file CXXFLAGS, so we need 148 # to fulfill its API. Automake doesn't allow per-file CXXFLAGS, so we need
148 # to separate into two libraries. 149 # to separate into two libraries.
149 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_29 = libtcmalloc_internal.la 150 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_32 = libtcmalloc_internal.la
150 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_30 = libtcmalloc.la 151 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_33 = libtcmalloc.la
151 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_31 = $(HE AP_CHECKER_SOURCES) 152 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_34 = $(HE AP_CHECKER_SOURCES)
152 @WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_32 = -DN O_HEAP_CHECK 153 @WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_35 = -DN O_HEAP_CHECK
153 @WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_33 = -DN O_HEAP_CHECK 154 @WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_36 = -DN O_HEAP_CHECK
154 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_34 = libtcmalloc.la 155 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_37 = libtcmalloc.la
155 156
156 ### Unittests 157 ### Unittests
157 158 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_38 = tcmalloc_unittest
158 # This makes sure it's safe to link in both tcmalloc and 159 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_39 = tcmalloc_both_uni ttest
159 # tcmalloc_minimal. (One would never do this on purpose, but perhaps 160 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_40 = \
160 # by accident...) When we can compile libprofiler, we also link it in
161 # to make sure that works too.
162 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_35 = tcmalloc_unittest \
163 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» tcmalloc_both_unittest \
164 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_large_unittest \ 161 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_large_unittest \
165 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ raw_printer_test \ 162 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ raw_printer_test \
166 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_test \ 163 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_test \
167 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_test.sh$(EXEEXT) 164 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_test.sh$(EXEEXT)
168 165
169 # sampler_test and sampling_test both require sampling to be turned 166 # sampler_test and sampling_test both require sampling to be turned
170 # on, which it's not by default. Use the "standard" value of 2^19. 167 # on, which it's not by default. Use the "standard" value of 2^19.
171 168
172 # These unittests often need to run binaries. They're in the current dir 169 # These unittests often need to run binaries. They're in the current dir
173 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_36 = TCMALLOC_SAMPLE_PARAMETER=52 4288 \ 170 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_41 = TCMALLOC_SAMPLE_PARAMETER=52 4288 \
174 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ BINDIR=. \ 171 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ BINDIR=. \
175 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ TMPDIR=/tmp/perftools 172 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ TMPDIR=/tmp/perftools
176 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_37 = vsprojects/sampler_test/samp ler_test.vcproj 173 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_42 = vsprojects/sampler_test/samp ler_test.vcproj
177 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_38 = $(sampling_test_sh_SOURCES) 174 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_43 = $(sampling_test_sh_SOURCES)
178 175
179 # This is the sub-program used by sampling_test.sh 176 # This is the sub-program used by sampling_test.sh
180 # The -g is so pprof can get symbol information. 177 # The -g is so pprof can get symbol information.
181 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_39 = sampling_test 178 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_44 = sampling_test
182 @WITH_HEAP_PROFILER_TRUE@am__append_40 = heap-profiler_unittest.sh$(EXEEXT) 179 @WITH_HEAP_PROFILER_TRUE@am__append_45 = heap-profiler_unittest.sh$(EXEEXT)
183 @WITH_HEAP_PROFILER_TRUE@am__append_41 = $(heap_profiler_unittest_sh_SOURCES) 180 @WITH_HEAP_PROFILER_TRUE@am__append_46 = $(heap_profiler_unittest_sh_SOURCES)
184 181
185 # These are sub-programs used by heap-profiler_unittest.sh 182 # These are sub-programs used by heap-profiler_unittest.sh
186 @WITH_HEAP_PROFILER_TRUE@am__append_42 = heap-profiler_unittest 183 @WITH_HEAP_PROFILER_TRUE@am__append_47 = heap-profiler_unittest
187 @WITH_HEAP_CHECKER_TRUE@am__append_43 = \ 184 @WITH_HEAP_CHECKER_TRUE@am__append_48 = \
188 @WITH_HEAP_CHECKER_TRUE@ heap-checker_unittest.sh$(EXEEXT) \ 185 @WITH_HEAP_CHECKER_TRUE@ heap-checker_unittest.sh$(EXEEXT) \
189 @WITH_HEAP_CHECKER_TRUE@ heap-checker-death_unittest.sh$(EXEEXT) 186 @WITH_HEAP_CHECKER_TRUE@ heap-checker-death_unittest.sh$(EXEEXT)
190 @WITH_HEAP_CHECKER_TRUE@am__append_44 = \ 187 @WITH_HEAP_CHECKER_TRUE@am__append_49 = \
191 @WITH_HEAP_CHECKER_TRUE@ $(heap_checker_unittest_sh_SOURCES) \ 188 @WITH_HEAP_CHECKER_TRUE@ $(heap_checker_unittest_sh_SOURCES) \
192 @WITH_HEAP_CHECKER_TRUE@ $(top_srcdir)/$(heap_checker_death_unittest_sh_S OURCES) 189 @WITH_HEAP_CHECKER_TRUE@ $(top_srcdir)/$(heap_checker_death_unittest_sh_S OURCES)
193 190
194 # These are sub-programs used by heap-checker_unittest.sh 191 # These are sub-programs used by heap-checker_unittest.sh
195 @WITH_HEAP_CHECKER_TRUE@am__append_45 = heap-checker_unittest 192 @WITH_HEAP_CHECKER_TRUE@am__append_50 = heap-checker_unittest
196 193
197 ### Documentation (above and beyond tcmalloc_minimal documentation) 194 ### Documentation (above and beyond tcmalloc_minimal documentation)
198 @WITH_HEAP_PROFILER_TRUE@am__append_46 = doc/heapprofile.html doc/heap-example1. png 195 @WITH_HEAP_PROFILER_TRUE@am__append_51 = doc/heapprofile.html doc/heap-example1. png
199 @WITH_HEAP_CHECKER_TRUE@am__append_47 = doc/heap_checker.html 196 @WITH_HEAP_CHECKER_TRUE@am__append_52 = doc/heap_checker.html
200 197
201 ### ------- tcmalloc with debugallocation 198 ### ------- tcmalloc with debugallocation
202 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_48 = libtcm alloc_debug.la 199 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_53 = libtcm alloc_debug.la
203 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_49 = libtcm alloc_debug.la 200 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_54 = libtcm alloc_debug.la
204 201
205 ### Unittests 202 ### Unittests
206 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_50 = tcmall oc_debug_unittest \ 203 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_55 = tcmall oc_debug_unittest \
207 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_debug_te st \ 204 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_debug_te st \
208 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_debug_t est.sh$(EXEEXT) 205 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_debug_t est.sh$(EXEEXT)
209 206
210 # This is the sub-program using by sampling_debug_test.sh 207 # This is the sub-program using by sampling_debug_test.sh
211 # The -g is so pprof can get symbol information. 208 # The -g is so pprof can get symbol information.
212 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_51 = sampli ng_debug_test 209 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_56 = sampli ng_debug_test
213 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__append_52 = heap-profiler_deb ug_unittest.sh$(EXEEXT) 210 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__append_57 = heap-profiler_deb ug_unittest.sh$(EXEEXT)
214 211
215 # These are sub-programs used by heap-profiler_debug_unittest.sh 212 # These are sub-programs used by heap-profiler_debug_unittest.sh
216 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__append_53 = heap-profiler_deb ug_unittest 213 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__append_58 = heap-profiler_deb ug_unittest
217 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__append_54 = heap-checker_debug _unittest.sh$(EXEEXT) 214 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__append_59 = heap-checker_debug _unittest.sh$(EXEEXT)
218 215
219 # These are sub-programs used by heap-checker_debug_unittest.sh 216 # These are sub-programs used by heap-checker_debug_unittest.sh
220 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__append_55 = heap-checker_debug _unittest 217 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__append_60 = heap-checker_debug _unittest
221 @WITH_CPU_PROFILER_TRUE@am__append_56 = $(SG_CPU_PROFILER_INCLUDES) 218 @WITH_CPU_PROFILER_TRUE@am__append_61 = $(SG_CPU_PROFILER_INCLUDES)
222 219
223 ### Making the library 220 ### Making the library
224 @WITH_CPU_PROFILER_TRUE@am__append_57 = libprofiler.la 221 @WITH_CPU_PROFILER_TRUE@am__append_62 = libprofiler.la
225 222
226 ### Unittests 223 ### Unittests
227 @WITH_CPU_PROFILER_TRUE@am__append_58 = getpc_test \ 224 @WITH_CPU_PROFILER_TRUE@am__append_63 = getpc_test \
228 @WITH_CPU_PROFILER_TRUE@ profiledata_unittest \ 225 @WITH_CPU_PROFILER_TRUE@ profiledata_unittest \
229 @WITH_CPU_PROFILER_TRUE@ profile_handler_unittest \ 226 @WITH_CPU_PROFILER_TRUE@ profile_handler_unittest \
230 @WITH_CPU_PROFILER_TRUE@ profiler_unittest.sh$(EXEEXT) 227 @WITH_CPU_PROFILER_TRUE@ profiler_unittest.sh$(EXEEXT)
231 @WITH_CPU_PROFILER_TRUE@am__append_59 = $(profiler_unittest_sh_SOURCES) 228 @WITH_CPU_PROFILER_TRUE@am__append_64 = $(profiler_unittest_sh_SOURCES)
232 229
233 # These are sub-programs used by profiler_unittest.sh 230 # These are sub-programs used by profiler_unittest.sh
234 @WITH_CPU_PROFILER_TRUE@am__append_60 = profiler1_unittest profiler2_unittest pr ofiler3_unittest \ 231 @WITH_CPU_PROFILER_TRUE@am__append_65 = profiler1_unittest profiler2_unittest pr ofiler3_unittest \
235 @WITH_CPU_PROFILER_TRUE@ profiler4_unittest 232 @WITH_CPU_PROFILER_TRUE@ profiler4_unittest
236 233
237 @WITH_CPU_PROFILER_FALSE@profiler2_unittest_DEPENDENCIES = 234 @WITH_CPU_PROFILER_FALSE@profiler2_unittest_DEPENDENCIES =
238 235
239 ### Documentation 236 ### Documentation
240 @WITH_CPU_PROFILER_TRUE@am__append_61 = doc/cpuprofile.html \ 237 @WITH_CPU_PROFILER_TRUE@am__append_66 = doc/cpuprofile.html \
241 @WITH_CPU_PROFILER_TRUE@ doc/cpuprofile-fileformat.html \ 238 @WITH_CPU_PROFILER_TRUE@ doc/cpuprofile-fileformat.html \
242 @WITH_CPU_PROFILER_TRUE@ doc/pprof-test-big.gif \ 239 @WITH_CPU_PROFILER_TRUE@ doc/pprof-test-big.gif \
243 @WITH_CPU_PROFILER_TRUE@ doc/pprof-test.gif \ 240 @WITH_CPU_PROFILER_TRUE@ doc/pprof-test.gif \
244 @WITH_CPU_PROFILER_TRUE@ doc/pprof-vsnprintf-big.gif \ 241 @WITH_CPU_PROFILER_TRUE@ doc/pprof-vsnprintf-big.gif \
245 @WITH_CPU_PROFILER_TRUE@ doc/pprof-vsnprintf.gif 242 @WITH_CPU_PROFILER_TRUE@ doc/pprof-vsnprintf.gif
246 243
247 244
248 ### ------- CPU profiler and heap checker, in one! 245 ### ------- CPU profiler and heap checker, in one!
249 246
250 # Ideally, folks who wanted to use both tcmalloc and libprofiler, 247 # Ideally, folks who wanted to use both tcmalloc and libprofiler,
251 # could just link them both into their application. But while this 248 # could just link them both into their application. But while this
252 # works fine for .so files, it does not for .a files. The easiest way 249 # works fine for .so files, it does not for .a files. The easiest way
253 # around this -- and I've tried a bunch of the hard ways -- is to just 250 # around this -- and I've tried a bunch of the hard ways -- is to just
254 # to create another set of libraries that has both functionality in it. 251 # to create another set of libraries that has both functionality in it.
255 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_62 = libt cmalloc_and_profiler.la 252 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_67 = libt cmalloc_and_profiler.la
256 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_63 = tcma lloc_and_profiler_unittest 253 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_68 = tcma lloc_and_profiler_unittest
257 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_64 = libt cmalloc_and_profiler.la 254 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_69 = libt cmalloc_and_profiler.la
258 DIST_COMMON = README $(am__configure_deps) $(am__dist_doc_DATA_DIST) \ 255 DIST_COMMON = README $(am__configure_deps) $(am__dist_doc_DATA_DIST) \
259 $(am__googleinclude_HEADERS_DIST) $(dist_man_MANS) \ 256 $(am__googleinclude_HEADERS_DIST) $(dist_man_MANS) \
260 $(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 257 $(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
261 $(top_srcdir)/configure $(top_srcdir)/src/config.h.in \ 258 $(top_srcdir)/configure $(top_srcdir)/src/config.h.in \
262 $(top_srcdir)/src/google/tcmalloc.h.in \ 259 $(top_srcdir)/src/google/tcmalloc.h.in \
263 $(top_srcdir)/src/windows/google/tcmalloc.h.in AUTHORS COPYING \ 260 $(top_srcdir)/src/windows/google/tcmalloc.h.in AUTHORS COPYING \
264 ChangeLog INSTALL NEWS TODO compile config.guess config.sub \ 261 ChangeLog INSTALL NEWS TODO compile config.guess config.sub \
265 depcomp install-sh ltmain.sh missing mkinstalldirs 262 depcomp install-sh ltmain.sh missing mkinstalldirs
266 subdir = . 263 subdir = .
267 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 264 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 @MINGW_FALSE@am_libspinlock_la_rpath = 351 @MINGW_FALSE@am_libspinlock_la_rpath =
355 @MINGW_TRUE@am_libspinlock_la_rpath = 352 @MINGW_TRUE@am_libspinlock_la_rpath =
356 @MINGW_FALSE@am__DEPENDENCIES_2 = libspinlock.la libsysinfo.la \ 353 @MINGW_FALSE@am__DEPENDENCIES_2 = libspinlock.la libsysinfo.la \
357 @MINGW_FALSE@ liblogging.la 354 @MINGW_FALSE@ liblogging.la
358 @MINGW_TRUE@am__DEPENDENCIES_2 = libwindows.la libspinlock.la \ 355 @MINGW_TRUE@am__DEPENDENCIES_2 = libwindows.la libspinlock.la \
359 @MINGW_TRUE@ libsysinfo.la liblogging.la 356 @MINGW_TRUE@ libsysinfo.la liblogging.la
360 @WITH_STACK_TRACE_TRUE@libstacktrace_la_DEPENDENCIES = \ 357 @WITH_STACK_TRACE_TRUE@libstacktrace_la_DEPENDENCIES = \
361 @WITH_STACK_TRACE_TRUE@ $(am__DEPENDENCIES_1) \ 358 @WITH_STACK_TRACE_TRUE@ $(am__DEPENDENCIES_1) \
362 @WITH_STACK_TRACE_TRUE@ $(am__DEPENDENCIES_2) 359 @WITH_STACK_TRACE_TRUE@ $(am__DEPENDENCIES_2)
363 am__libstacktrace_la_SOURCES_DIST = src/stacktrace.cc \ 360 am__libstacktrace_la_SOURCES_DIST = src/stacktrace.cc \
364 » src/base/vdso_support.cc src/stacktrace_config.h \ 361 » src/base/elf_mem_image.cc src/base/vdso_support.cc \
365 » src/stacktrace_generic-inl.h src/stacktrace_libunwind-inl.h \ 362 » src/stacktrace_config.h src/stacktrace_generic-inl.h \
363 » src/stacktrace_libunwind-inl.h src/stacktrace_nacl-inl.h \
366 src/stacktrace_powerpc-inl.h src/stacktrace_x86_64-inl.h \ 364 src/stacktrace_powerpc-inl.h src/stacktrace_x86_64-inl.h \
367 src/stacktrace_x86-inl.h src/stacktrace_win32-inl.h \ 365 src/stacktrace_x86-inl.h src/stacktrace_win32-inl.h \
368 » src/base/vdso_support.h src/google/stacktrace.h 366 » src/base/elf_mem_image.h src/base/vdso_support.h \
367 » src/google/stacktrace.h
369 @WITH_STACK_TRACE_TRUE@am__objects_4 = $(am__objects_1) \ 368 @WITH_STACK_TRACE_TRUE@am__objects_4 = $(am__objects_1) \
370 @WITH_STACK_TRACE_TRUE@ $(am__objects_1) 369 @WITH_STACK_TRACE_TRUE@ $(am__objects_1)
371 @WITH_STACK_TRACE_TRUE@am_libstacktrace_la_OBJECTS = stacktrace.lo \ 370 @WITH_STACK_TRACE_TRUE@am_libstacktrace_la_OBJECTS = stacktrace.lo \
372 @WITH_STACK_TRACE_TRUE@»vdso_support.lo $(am__objects_4) 371 @WITH_STACK_TRACE_TRUE@»elf_mem_image.lo vdso_support.lo \
372 @WITH_STACK_TRACE_TRUE@»$(am__objects_4)
373 libstacktrace_la_OBJECTS = $(am_libstacktrace_la_OBJECTS) 373 libstacktrace_la_OBJECTS = $(am_libstacktrace_la_OBJECTS)
374 @WITH_STACK_TRACE_TRUE@am_libstacktrace_la_rpath = 374 @WITH_STACK_TRACE_TRUE@am_libstacktrace_la_rpath =
375 libsysinfo_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ 375 libsysinfo_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
376 $(am__DEPENDENCIES_1) 376 $(am__DEPENDENCIES_1)
377 am_libsysinfo_la_OBJECTS = sysinfo.lo $(am__objects_1) 377 am_libsysinfo_la_OBJECTS = sysinfo.lo $(am__objects_1)
378 libsysinfo_la_OBJECTS = $(am_libsysinfo_la_OBJECTS) 378 libsysinfo_la_OBJECTS = $(am_libsysinfo_la_OBJECTS)
379 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_DEPENDENCIES = \ 379 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_DEPENDENCIES = \
380 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal.la \ 380 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal.la \
381 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 381 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1)
382 am__libtcmalloc_la_SOURCES_DIST = src/tcmalloc.cc src/common.h \ 382 am__libtcmalloc_la_SOURCES_DIST = src/tcmalloc.cc src/common.h \
383 src/internal_logging.h src/system-alloc.h \ 383 src/internal_logging.h src/system-alloc.h \
384 src/packed-cache-inl.h src/base/spinlock.h \ 384 src/packed-cache-inl.h src/base/spinlock.h \
385 src/base/spinlock_internal.h src/base/atomicops.h \ 385 src/base/spinlock_internal.h src/base/atomicops.h \
386 src/base/atomicops-internals-macosx.h \ 386 src/base/atomicops-internals-macosx.h \
387 src/base/atomicops-internals-linuxppc.h \ 387 src/base/atomicops-internals-linuxppc.h \
388 src/base/atomicops-internals-windows.h \ 388 src/base/atomicops-internals-windows.h \
389 src/base/atomicops-internals-x86.h \ 389 src/base/atomicops-internals-x86.h \
390 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 390 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
391 src/base/spinlock_posix-inl.h \ 391 src/base/spinlock_posix-inl.h \
392 src/base/synchronization_profiling.h \ 392 src/base/synchronization_profiling.h \
393 src/base/atomicops-internals-arm-generic.h \ 393 src/base/atomicops-internals-arm-generic.h \
394 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ 394 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
395 src/base/commandlineflags.h src/base/basictypes.h \ 395 src/base/commandlineflags.h src/base/basictypes.h \
396 src/pagemap.h src/sampler.h src/central_freelist.h \ 396 src/pagemap.h src/sampler.h src/central_freelist.h \
397 » src/linked_list.h src/page_heap.h src/page_heap_allocator.h \ 397 » src/linked_list.h src/libc_override.h \
398 » src/span.h src/static_vars.h src/symbolize.h \ 398 » src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
399 » src/thread_cache.h src/stack_trace_table.h \ 399 » src/libc_override_osx.h src/libc_override_redefine.h \
400 » src/base/thread_annotations.h src/malloc_hook-inl.h \ 400 » src/page_heap.h src/page_heap_allocator.h src/span.h \
401 » src/maybe_threads.h src/base/logging.h \ 401 » src/static_vars.h src/symbolize.h src/thread_cache.h \
402 » src/base/dynamic_annotations.h src/third_party/valgrind.h \ 402 » src/stack_trace_table.h src/base/thread_annotations.h \
403 » src/addressmap-inl.h src/raw_printer.h src/base/elfcore.h \ 403 » src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
404 » src/base/googleinit.h src/base/linux_syscall_support.h \ 404 » src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
405 » src/base/linuxthreads.h src/base/stl_allocator.h \ 405 » src/base/logging.h src/base/dynamic_annotations.h \
406 » src/base/sysinfo.h src/base/thread_lister.h \ 406 » src/third_party/valgrind.h src/addressmap-inl.h \
407 » src/heap-profile-table.h src/google/malloc_hook.h \ 407 » src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \
408 » src/google/malloc_hook_c.h src/google/malloc_extension.h \ 408 » src/base/linux_syscall_support.h src/base/linuxthreads.h \
409 » src/google/malloc_extension_c.h src/google/stacktrace.h \ 409 » src/base/stl_allocator.h src/base/sysinfo.h \
410 » src/google/heap-profiler.h src/google/heap-checker.h \ 410 » src/base/thread_lister.h src/heap-profile-table.h \
411 » src/base/thread_lister.c src/base/linuxthreads.cc \ 411 » src/google/malloc_hook.h src/google/malloc_hook_c.h \
412 » src/heap-checker.cc src/heap-checker-bcad.cc 412 » src/google/malloc_extension.h src/google/malloc_extension_c.h \
413 » src/google/stacktrace.h src/google/heap-profiler.h \
414 » src/google/heap-checker.h src/base/thread_lister.c \
415 » src/base/linuxthreads.cc src/heap-checker.cc \
416 » src/heap-checker-bcad.cc
413 @MINGW_FALSE@am__objects_5 = libtcmalloc_la-tcmalloc.lo 417 @MINGW_FALSE@am__objects_5 = libtcmalloc_la-tcmalloc.lo
414 am__objects_6 = $(am__objects_1) 418 am__objects_6 = $(am__objects_1)
415 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_7 = $(am__objects_6) \ 419 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_7 = $(am__objects_6) \
416 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 420 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
417 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_8 = $(am__objects_1) 421 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_8 = $(am__objects_1)
418 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_9 = $(am__objects_7) \ 422 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_9 = $(am__objects_7) \
419 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_8) 423 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_8)
420 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_10 = thr ead_lister.lo \ 424 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_10 = thr ead_lister.lo \
421 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_la-l inuxthreads.lo \ 425 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_la-l inuxthreads.lo \
422 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_la-h eap-checker.lo \ 426 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_la-h eap-checker.lo \
(...skipping 18 matching lines...) Expand all
441 src/base/atomicops-internals-linuxppc.h \ 445 src/base/atomicops-internals-linuxppc.h \
442 src/base/atomicops-internals-windows.h \ 446 src/base/atomicops-internals-windows.h \
443 src/base/atomicops-internals-x86.h \ 447 src/base/atomicops-internals-x86.h \
444 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 448 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
445 src/base/spinlock_posix-inl.h \ 449 src/base/spinlock_posix-inl.h \
446 src/base/synchronization_profiling.h \ 450 src/base/synchronization_profiling.h \
447 src/base/atomicops-internals-arm-generic.h \ 451 src/base/atomicops-internals-arm-generic.h \
448 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ 452 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
449 src/base/commandlineflags.h src/base/basictypes.h \ 453 src/base/commandlineflags.h src/base/basictypes.h \
450 src/pagemap.h src/sampler.h src/central_freelist.h \ 454 src/pagemap.h src/sampler.h src/central_freelist.h \
451 » src/linked_list.h src/page_heap.h src/page_heap_allocator.h \ 455 » src/linked_list.h src/libc_override.h \
452 » src/span.h src/static_vars.h src/symbolize.h \ 456 » src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
453 » src/thread_cache.h src/stack_trace_table.h \ 457 » src/libc_override_osx.h src/libc_override_redefine.h \
454 » src/base/thread_annotations.h src/malloc_hook-inl.h \ 458 » src/page_heap.h src/page_heap_allocator.h src/span.h \
455 » src/maybe_threads.h src/base/logging.h \ 459 » src/static_vars.h src/symbolize.h src/thread_cache.h \
456 » src/base/dynamic_annotations.h src/third_party/valgrind.h \ 460 » src/stack_trace_table.h src/base/thread_annotations.h \
457 » src/addressmap-inl.h src/raw_printer.h src/base/elfcore.h \ 461 » src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
458 » src/base/googleinit.h src/base/linux_syscall_support.h \ 462 » src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
459 » src/base/linuxthreads.h src/base/stl_allocator.h \ 463 » src/base/logging.h src/base/dynamic_annotations.h \
460 » src/base/sysinfo.h src/base/thread_lister.h \ 464 » src/third_party/valgrind.h src/addressmap-inl.h \
461 » src/heap-profile-table.h src/google/malloc_hook.h \ 465 » src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \
462 » src/google/malloc_hook_c.h src/google/malloc_extension.h \ 466 » src/base/linux_syscall_support.h src/base/linuxthreads.h \
463 » src/google/malloc_extension_c.h src/google/stacktrace.h \ 467 » src/base/stl_allocator.h src/base/sysinfo.h \
464 » src/google/heap-profiler.h src/google/heap-checker.h \ 468 » src/base/thread_lister.h src/heap-profile-table.h \
465 » src/base/thread_lister.c src/base/linuxthreads.cc \ 469 » src/google/malloc_hook.h src/google/malloc_hook_c.h \
466 » src/heap-checker.cc src/heap-checker-bcad.cc src/profiler.cc \ 470 » src/google/malloc_extension.h src/google/malloc_extension_c.h \
471 » src/google/stacktrace.h src/google/heap-profiler.h \
472 » src/google/heap-checker.h src/base/thread_lister.c \
473 » src/base/linuxthreads.cc src/heap-checker.cc \
474 » src/heap-checker-bcad.cc src/profiler.cc \
467 src/profile-handler.cc src/profiledata.cc src/profiledata.h \ 475 src/profile-handler.cc src/profiledata.cc src/profiledata.h \
468 src/profile-handler.h src/getpc.h src/base/simple_mutex.h \ 476 src/profile-handler.h src/getpc.h src/base/simple_mutex.h \
469 src/google/profiler.h 477 src/google/profiler.h
470 @MINGW_FALSE@am__objects_12 = libtcmalloc_and_profiler_la-tcmalloc.lo 478 @MINGW_FALSE@am__objects_12 = libtcmalloc_and_profiler_la-tcmalloc.lo
471 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_13 = thr ead_lister.lo \ 479 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_13 = thr ead_lister.lo \
472 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_and_ profiler_la-linuxthreads.lo \ 480 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_and_ profiler_la-linuxthreads.lo \
473 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_and_ profiler_la-heap-checker.lo \ 481 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_and_ profiler_la-heap-checker.lo \
474 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_and_ profiler_la-heap-checker-bcad.lo 482 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_and_ profiler_la-heap-checker-bcad.lo
475 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_14 = $(a m__objects_13) 483 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_14 = $(a m__objects_13)
476 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_15 = \ 484 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_15 = \
(...skipping 21 matching lines...) Expand all
498 src/base/atomicops-internals-linuxppc.h \ 506 src/base/atomicops-internals-linuxppc.h \
499 src/base/atomicops-internals-windows.h \ 507 src/base/atomicops-internals-windows.h \
500 src/base/atomicops-internals-x86.h \ 508 src/base/atomicops-internals-x86.h \
501 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 509 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
502 src/base/spinlock_posix-inl.h \ 510 src/base/spinlock_posix-inl.h \
503 src/base/synchronization_profiling.h \ 511 src/base/synchronization_profiling.h \
504 src/base/atomicops-internals-arm-generic.h \ 512 src/base/atomicops-internals-arm-generic.h \
505 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ 513 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
506 src/base/commandlineflags.h src/base/basictypes.h \ 514 src/base/commandlineflags.h src/base/basictypes.h \
507 src/pagemap.h src/sampler.h src/central_freelist.h \ 515 src/pagemap.h src/sampler.h src/central_freelist.h \
508 » src/linked_list.h src/page_heap.h src/page_heap_allocator.h \ 516 » src/linked_list.h src/libc_override.h \
509 » src/span.h src/static_vars.h src/symbolize.h \ 517 » src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
510 » src/thread_cache.h src/stack_trace_table.h \ 518 » src/libc_override_osx.h src/libc_override_redefine.h \
511 » src/base/thread_annotations.h src/malloc_hook-inl.h \ 519 » src/page_heap.h src/page_heap_allocator.h src/span.h \
512 » src/maybe_threads.h src/base/logging.h \ 520 » src/static_vars.h src/symbolize.h src/thread_cache.h \
513 » src/base/dynamic_annotations.h src/third_party/valgrind.h \ 521 » src/stack_trace_table.h src/base/thread_annotations.h \
514 » src/addressmap-inl.h src/raw_printer.h src/base/elfcore.h \ 522 » src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
515 » src/base/googleinit.h src/base/linux_syscall_support.h \ 523 » src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
516 » src/base/linuxthreads.h src/base/stl_allocator.h \ 524 » src/base/logging.h src/base/dynamic_annotations.h \
517 » src/base/sysinfo.h src/base/thread_lister.h \ 525 » src/third_party/valgrind.h src/addressmap-inl.h \
518 » src/heap-profile-table.h src/google/malloc_hook.h \ 526 » src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \
519 » src/google/malloc_hook_c.h src/google/malloc_extension.h \ 527 » src/base/linux_syscall_support.h src/base/linuxthreads.h \
520 » src/google/malloc_extension_c.h src/google/stacktrace.h \ 528 » src/base/stl_allocator.h src/base/sysinfo.h \
521 » src/google/heap-profiler.h src/google/heap-checker.h 529 » src/base/thread_lister.h src/heap-profile-table.h \
530 » src/google/malloc_hook.h src/google/malloc_hook_c.h \
531 » src/google/malloc_extension.h src/google/malloc_extension_c.h \
532 » src/google/stacktrace.h src/google/heap-profiler.h \
533 » src/google/heap-checker.h
522 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_17 = thr ead_lister.lo \ 534 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_17 = thr ead_lister.lo \
523 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_debu g_la-linuxthreads.lo \ 535 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_debu g_la-linuxthreads.lo \
524 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_debu g_la-heap-checker.lo \ 536 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_debu g_la-heap-checker.lo \
525 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_debu g_la-heap-checker-bcad.lo 537 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_debu g_la-heap-checker-bcad.lo
526 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_debug_l a_OBJECTS = libtcmalloc_debug_la-debugallocation.lo \ 538 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_debug_l a_OBJECTS = libtcmalloc_debug_la-debugallocation.lo \
527 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_17 ) \ 539 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_17 ) \
528 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_9) 540 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_9)
529 libtcmalloc_debug_la_OBJECTS = $(am_libtcmalloc_debug_la_OBJECTS) 541 libtcmalloc_debug_la_OBJECTS = $(am_libtcmalloc_debug_la_OBJECTS)
530 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_debug_l a_rpath = -rpath \ 542 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_debug_l a_rpath = -rpath \
531 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(libdir) 543 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(libdir)
(...skipping 13 matching lines...) Expand all
545 src/base/atomicops-internals-linuxppc.h \ 557 src/base/atomicops-internals-linuxppc.h \
546 src/base/atomicops-internals-windows.h \ 558 src/base/atomicops-internals-windows.h \
547 src/base/atomicops-internals-x86.h \ 559 src/base/atomicops-internals-x86.h \
548 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 560 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
549 src/base/spinlock_posix-inl.h \ 561 src/base/spinlock_posix-inl.h \
550 src/base/synchronization_profiling.h \ 562 src/base/synchronization_profiling.h \
551 src/base/atomicops-internals-arm-generic.h \ 563 src/base/atomicops-internals-arm-generic.h \
552 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ 564 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
553 src/base/commandlineflags.h src/base/basictypes.h \ 565 src/base/commandlineflags.h src/base/basictypes.h \
554 src/pagemap.h src/sampler.h src/central_freelist.h \ 566 src/pagemap.h src/sampler.h src/central_freelist.h \
555 » src/linked_list.h src/page_heap.h src/page_heap_allocator.h \ 567 » src/linked_list.h src/libc_override.h \
556 » src/span.h src/static_vars.h src/symbolize.h \ 568 » src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
557 » src/thread_cache.h src/stack_trace_table.h \ 569 » src/libc_override_osx.h src/libc_override_redefine.h \
558 » src/base/thread_annotations.h src/malloc_hook-inl.h \ 570 » src/page_heap.h src/page_heap_allocator.h src/span.h \
559 » src/maybe_threads.h src/google/malloc_hook.h \ 571 » src/static_vars.h src/symbolize.h src/thread_cache.h \
560 » src/google/malloc_hook_c.h src/google/malloc_extension.h \ 572 » src/stack_trace_table.h src/base/thread_annotations.h \
561 » src/google/malloc_extension_c.h src/google/stacktrace.h \ 573 » src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
562 » src/base/logging.h src/base/dynamic_annotations.h \ 574 » src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
563 » src/third_party/valgrind.h src/addressmap-inl.h \ 575 » src/google/malloc_hook.h src/google/malloc_hook_c.h \
564 » src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \ 576 » src/google/malloc_extension.h src/google/malloc_extension_c.h \
565 » src/base/linux_syscall_support.h src/base/linuxthreads.h \ 577 » src/google/stacktrace.h src/base/logging.h \
566 » src/base/stl_allocator.h src/base/sysinfo.h \ 578 » src/base/dynamic_annotations.h src/third_party/valgrind.h \
567 » src/base/thread_lister.h src/heap-profile-table.h \ 579 » src/addressmap-inl.h src/raw_printer.h src/base/elfcore.h \
568 » src/google/heap-profiler.h src/google/heap-checker.h \ 580 » src/base/googleinit.h src/base/linux_syscall_support.h \
569 » src/base/low_level_alloc.cc src/heap-profile-table.cc \ 581 » src/base/linuxthreads.h src/base/stl_allocator.h \
570 » src/heap-profiler.cc src/raw_printer.cc \ 582 » src/base/sysinfo.h src/base/thread_lister.h \
571 » src/memory_region_map.cc 583 » src/heap-profile-table.h src/google/heap-profiler.h \
584 » src/google/heap-checker.h src/base/low_level_alloc.cc \
585 » src/heap-profile-table.cc src/heap-profiler.cc \
586 » src/raw_printer.cc src/memory_region_map.cc
572 @MINGW_FALSE@am__objects_18 = libtcmalloc_internal_la-system-alloc.lo 587 @MINGW_FALSE@am__objects_18 = libtcmalloc_internal_la-system-alloc.lo
573 @MINGW_FALSE@am__objects_19 = \ 588 @MINGW_FALSE@am__objects_19 = \
574 @MINGW_FALSE@ libtcmalloc_internal_la-maybe_threads.lo 589 @MINGW_FALSE@ libtcmalloc_internal_la-maybe_threads.lo
575 am__objects_20 = $(am__objects_6) $(am__objects_1) 590 am__objects_20 = $(am__objects_6) $(am__objects_1)
576 am__objects_21 = libtcmalloc_internal_la-common.lo \ 591 am__objects_21 = libtcmalloc_internal_la-common.lo \
577 libtcmalloc_internal_la-internal_logging.lo $(am__objects_18) \ 592 libtcmalloc_internal_la-internal_logging.lo $(am__objects_18) \
578 libtcmalloc_internal_la-memfs_malloc.lo \ 593 libtcmalloc_internal_la-memfs_malloc.lo \
579 libtcmalloc_internal_la-central_freelist.lo \ 594 libtcmalloc_internal_la-central_freelist.lo \
580 libtcmalloc_internal_la-page_heap.lo \ 595 libtcmalloc_internal_la-page_heap.lo \
581 libtcmalloc_internal_la-sampler.lo \ 596 libtcmalloc_internal_la-sampler.lo \
(...skipping 26 matching lines...) Expand all
608 src/base/atomicops-internals-linuxppc.h \ 623 src/base/atomicops-internals-linuxppc.h \
609 src/base/atomicops-internals-windows.h \ 624 src/base/atomicops-internals-windows.h \
610 src/base/atomicops-internals-x86.h \ 625 src/base/atomicops-internals-x86.h \
611 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 626 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
612 src/base/spinlock_posix-inl.h \ 627 src/base/spinlock_posix-inl.h \
613 src/base/synchronization_profiling.h \ 628 src/base/synchronization_profiling.h \
614 src/base/atomicops-internals-arm-generic.h \ 629 src/base/atomicops-internals-arm-generic.h \
615 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ 630 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
616 src/base/commandlineflags.h src/base/basictypes.h \ 631 src/base/commandlineflags.h src/base/basictypes.h \
617 src/pagemap.h src/sampler.h src/central_freelist.h \ 632 src/pagemap.h src/sampler.h src/central_freelist.h \
618 » src/linked_list.h src/page_heap.h src/page_heap_allocator.h \ 633 » src/linked_list.h src/libc_override.h \
619 » src/span.h src/static_vars.h src/symbolize.h \ 634 » src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
620 » src/thread_cache.h src/stack_trace_table.h \ 635 » src/libc_override_osx.h src/libc_override_redefine.h \
621 » src/base/thread_annotations.h src/malloc_hook-inl.h \ 636 » src/page_heap.h src/page_heap_allocator.h src/span.h \
622 » src/maybe_threads.h src/google/malloc_hook.h \ 637 » src/static_vars.h src/symbolize.h src/thread_cache.h \
623 » src/google/malloc_hook_c.h src/google/malloc_extension.h \ 638 » src/stack_trace_table.h src/base/thread_annotations.h \
624 » src/google/malloc_extension_c.h src/google/stacktrace.h 639 » src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
640 » src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
641 » src/google/malloc_hook.h src/google/malloc_hook_c.h \
642 » src/google/malloc_extension.h src/google/malloc_extension_c.h \
643 » src/google/stacktrace.h
625 @MINGW_FALSE@am__objects_22 = libtcmalloc_minimal_la-tcmalloc.lo 644 @MINGW_FALSE@am__objects_22 = libtcmalloc_minimal_la-tcmalloc.lo
626 am_libtcmalloc_minimal_la_OBJECTS = $(am__objects_22) \ 645 am_libtcmalloc_minimal_la_OBJECTS = $(am__objects_22) \
627 $(am__objects_20) 646 $(am__objects_20)
628 libtcmalloc_minimal_la_OBJECTS = $(am_libtcmalloc_minimal_la_OBJECTS) 647 libtcmalloc_minimal_la_OBJECTS = $(am_libtcmalloc_minimal_la_OBJECTS)
629 am__DEPENDENCIES_4 = libtcmalloc_minimal_internal.la \ 648 am__DEPENDENCIES_4 = libtcmalloc_minimal_internal.la \
630 $(am__DEPENDENCIES_1) 649 $(am__DEPENDENCIES_1)
631 @WITH_DEBUGALLOC_TRUE@libtcmalloc_minimal_debug_la_DEPENDENCIES = \ 650 @WITH_DEBUGALLOC_TRUE@libtcmalloc_minimal_debug_la_DEPENDENCIES = \
632 @WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_4) 651 @WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_4)
633 am__libtcmalloc_minimal_debug_la_SOURCES_DIST = \ 652 am__libtcmalloc_minimal_debug_la_SOURCES_DIST = \
634 src/debugallocation.cc src/common.h src/internal_logging.h \ 653 src/debugallocation.cc src/common.h src/internal_logging.h \
635 src/system-alloc.h src/packed-cache-inl.h src/base/spinlock.h \ 654 src/system-alloc.h src/packed-cache-inl.h src/base/spinlock.h \
636 src/base/spinlock_internal.h src/base/atomicops.h \ 655 src/base/spinlock_internal.h src/base/atomicops.h \
637 src/base/atomicops-internals-macosx.h \ 656 src/base/atomicops-internals-macosx.h \
638 src/base/atomicops-internals-linuxppc.h \ 657 src/base/atomicops-internals-linuxppc.h \
639 src/base/atomicops-internals-windows.h \ 658 src/base/atomicops-internals-windows.h \
640 src/base/atomicops-internals-x86.h \ 659 src/base/atomicops-internals-x86.h \
641 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 660 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
642 src/base/spinlock_posix-inl.h \ 661 src/base/spinlock_posix-inl.h \
643 src/base/synchronization_profiling.h \ 662 src/base/synchronization_profiling.h \
644 src/base/atomicops-internals-arm-generic.h \ 663 src/base/atomicops-internals-arm-generic.h \
645 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ 664 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
646 src/base/commandlineflags.h src/base/basictypes.h \ 665 src/base/commandlineflags.h src/base/basictypes.h \
647 src/pagemap.h src/sampler.h src/central_freelist.h \ 666 src/pagemap.h src/sampler.h src/central_freelist.h \
648 » src/linked_list.h src/page_heap.h src/page_heap_allocator.h \ 667 » src/linked_list.h src/libc_override.h \
649 » src/span.h src/static_vars.h src/symbolize.h \ 668 » src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
650 » src/thread_cache.h src/stack_trace_table.h \ 669 » src/libc_override_osx.h src/libc_override_redefine.h \
651 » src/base/thread_annotations.h src/malloc_hook-inl.h \ 670 » src/page_heap.h src/page_heap_allocator.h src/span.h \
652 » src/maybe_threads.h src/google/malloc_hook.h \ 671 » src/static_vars.h src/symbolize.h src/thread_cache.h \
653 » src/google/malloc_hook_c.h src/google/malloc_extension.h \ 672 » src/stack_trace_table.h src/base/thread_annotations.h \
654 » src/google/malloc_extension_c.h src/google/stacktrace.h 673 » src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
674 » src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
675 » src/google/malloc_hook.h src/google/malloc_hook_c.h \
676 » src/google/malloc_extension.h src/google/malloc_extension_c.h \
677 » src/google/stacktrace.h
655 @WITH_DEBUGALLOC_TRUE@am_libtcmalloc_minimal_debug_la_OBJECTS = libtcmalloc_mini mal_debug_la-debugallocation.lo \ 678 @WITH_DEBUGALLOC_TRUE@am_libtcmalloc_minimal_debug_la_OBJECTS = libtcmalloc_mini mal_debug_la-debugallocation.lo \
656 @WITH_DEBUGALLOC_TRUE@ $(am__objects_20) 679 @WITH_DEBUGALLOC_TRUE@ $(am__objects_20)
657 libtcmalloc_minimal_debug_la_OBJECTS = \ 680 libtcmalloc_minimal_debug_la_OBJECTS = \
658 $(am_libtcmalloc_minimal_debug_la_OBJECTS) 681 $(am_libtcmalloc_minimal_debug_la_OBJECTS)
659 @WITH_DEBUGALLOC_TRUE@am_libtcmalloc_minimal_debug_la_rpath = -rpath \ 682 @WITH_DEBUGALLOC_TRUE@am_libtcmalloc_minimal_debug_la_rpath = -rpath \
660 @WITH_DEBUGALLOC_TRUE@ $(libdir) 683 @WITH_DEBUGALLOC_TRUE@ $(libdir)
661 libtcmalloc_minimal_internal_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ 684 libtcmalloc_minimal_internal_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
662 $(am__DEPENDENCIES_2) 685 $(am__DEPENDENCIES_2)
663 am__libtcmalloc_minimal_internal_la_SOURCES_DIST = src/common.cc \ 686 am__libtcmalloc_minimal_internal_la_SOURCES_DIST = src/common.cc \
664 src/internal_logging.cc src/system-alloc.cc \ 687 src/internal_logging.cc src/system-alloc.cc \
665 src/memfs_malloc.cc src/central_freelist.cc src/page_heap.cc \ 688 src/memfs_malloc.cc src/central_freelist.cc src/page_heap.cc \
666 src/sampler.cc src/span.cc src/stack_trace_table.cc \ 689 src/sampler.cc src/span.cc src/stack_trace_table.cc \
667 src/static_vars.cc src/symbolize.cc src/thread_cache.cc \ 690 src/static_vars.cc src/symbolize.cc src/thread_cache.cc \
668 src/malloc_hook.cc src/malloc_extension.cc \ 691 src/malloc_hook.cc src/malloc_extension.cc \
669 src/maybe_threads.cc src/common.h src/internal_logging.h \ 692 src/maybe_threads.cc src/common.h src/internal_logging.h \
670 src/system-alloc.h src/packed-cache-inl.h src/base/spinlock.h \ 693 src/system-alloc.h src/packed-cache-inl.h src/base/spinlock.h \
671 src/base/spinlock_internal.h src/base/atomicops.h \ 694 src/base/spinlock_internal.h src/base/atomicops.h \
672 src/base/atomicops-internals-macosx.h \ 695 src/base/atomicops-internals-macosx.h \
673 src/base/atomicops-internals-linuxppc.h \ 696 src/base/atomicops-internals-linuxppc.h \
674 src/base/atomicops-internals-windows.h \ 697 src/base/atomicops-internals-windows.h \
675 src/base/atomicops-internals-x86.h \ 698 src/base/atomicops-internals-x86.h \
676 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 699 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
677 src/base/spinlock_posix-inl.h \ 700 src/base/spinlock_posix-inl.h \
678 src/base/synchronization_profiling.h \ 701 src/base/synchronization_profiling.h \
679 src/base/atomicops-internals-arm-generic.h \ 702 src/base/atomicops-internals-arm-generic.h \
680 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ 703 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
681 src/base/commandlineflags.h src/base/basictypes.h \ 704 src/base/commandlineflags.h src/base/basictypes.h \
682 src/pagemap.h src/sampler.h src/central_freelist.h \ 705 src/pagemap.h src/sampler.h src/central_freelist.h \
683 » src/linked_list.h src/page_heap.h src/page_heap_allocator.h \ 706 » src/linked_list.h src/libc_override.h \
684 » src/span.h src/static_vars.h src/symbolize.h \ 707 » src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
685 » src/thread_cache.h src/stack_trace_table.h \ 708 » src/libc_override_osx.h src/libc_override_redefine.h \
686 » src/base/thread_annotations.h src/malloc_hook-inl.h \ 709 » src/page_heap.h src/page_heap_allocator.h src/span.h \
687 » src/maybe_threads.h src/google/malloc_hook.h \ 710 » src/static_vars.h src/symbolize.h src/thread_cache.h \
688 » src/google/malloc_hook_c.h src/google/malloc_extension.h \ 711 » src/stack_trace_table.h src/base/thread_annotations.h \
689 » src/google/malloc_extension_c.h src/google/stacktrace.h 712 » src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
713 » src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
714 » src/google/malloc_hook.h src/google/malloc_hook_c.h \
715 » src/google/malloc_extension.h src/google/malloc_extension_c.h \
716 » src/google/stacktrace.h
690 @MINGW_FALSE@am__objects_23 = \ 717 @MINGW_FALSE@am__objects_23 = \
691 @MINGW_FALSE@ libtcmalloc_minimal_internal_la-system-alloc.lo 718 @MINGW_FALSE@ libtcmalloc_minimal_internal_la-system-alloc.lo
692 @MINGW_FALSE@am__objects_24 = \ 719 @MINGW_FALSE@am__objects_24 = \
693 @MINGW_FALSE@ libtcmalloc_minimal_internal_la-maybe_threads.lo 720 @MINGW_FALSE@ libtcmalloc_minimal_internal_la-maybe_threads.lo
694 am_libtcmalloc_minimal_internal_la_OBJECTS = \ 721 am_libtcmalloc_minimal_internal_la_OBJECTS = \
695 libtcmalloc_minimal_internal_la-common.lo \ 722 libtcmalloc_minimal_internal_la-common.lo \
696 libtcmalloc_minimal_internal_la-internal_logging.lo \ 723 libtcmalloc_minimal_internal_la-internal_logging.lo \
697 $(am__objects_23) \ 724 $(am__objects_23) \
698 libtcmalloc_minimal_internal_la-memfs_malloc.lo \ 725 libtcmalloc_minimal_internal_la-memfs_malloc.lo \
699 libtcmalloc_minimal_internal_la-central_freelist.lo \ 726 libtcmalloc_minimal_internal_la-central_freelist.lo \
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__EXEEXT_6 = heap-profiler_debu g_unittest$(EXEEXT) 762 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__EXEEXT_6 = heap-profiler_debu g_unittest$(EXEEXT)
736 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__EXEEXT_7 = heap-checker_debug_ unittest$(EXEEXT) 763 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__EXEEXT_7 = heap-checker_debug_ unittest$(EXEEXT)
737 @WITH_CPU_PROFILER_TRUE@am__EXEEXT_8 = profiler1_unittest$(EXEEXT) \ 764 @WITH_CPU_PROFILER_TRUE@am__EXEEXT_8 = profiler1_unittest$(EXEEXT) \
738 @WITH_CPU_PROFILER_TRUE@ profiler2_unittest$(EXEEXT) \ 765 @WITH_CPU_PROFILER_TRUE@ profiler2_unittest$(EXEEXT) \
739 @WITH_CPU_PROFILER_TRUE@ profiler3_unittest$(EXEEXT) \ 766 @WITH_CPU_PROFILER_TRUE@ profiler3_unittest$(EXEEXT) \
740 @WITH_CPU_PROFILER_TRUE@ profiler4_unittest$(EXEEXT) 767 @WITH_CPU_PROFILER_TRUE@ profiler4_unittest$(EXEEXT)
741 @WITH_STACK_TRACE_TRUE@am__EXEEXT_9 = stacktrace_unittest$(EXEEXT) 768 @WITH_STACK_TRACE_TRUE@am__EXEEXT_9 = stacktrace_unittest$(EXEEXT)
742 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__EXEEXT_10 = maybe_threads_unittest.sh$(EXE EXT) 769 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__EXEEXT_10 = maybe_threads_unittest.sh$(EXE EXT)
743 @MINGW_FALSE@am__EXEEXT_11 = system_alloc_unittest$(EXEEXT) 770 @MINGW_FALSE@am__EXEEXT_11 = system_alloc_unittest$(EXEEXT)
744 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__EXEEXT_12 = malloc_extension_c_test$(EXEEX T) 771 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__EXEEXT_12 = malloc_extension_c_test$(EXEEX T)
745 @MINGW_FALSE@am__EXEEXT_13 = memalign_unittest$(EXEEXT) 772 @MINGW_FALSE@@OSX_FALSE@am__EXEEXT_13 = memalign_unittest$(EXEEXT)
746 @WITH_DEBUGALLOC_TRUE@am__EXEEXT_14 = tcmalloc_minimal_debug_unittest$(EXEEXT) \ 773 @WITH_DEBUGALLOC_TRUE@am__EXEEXT_14 = tcmalloc_minimal_debug_unittest$(EXEEXT) \
747 @WITH_DEBUGALLOC_TRUE@» malloc_extension_debug_test$(EXEEXT) \ 774 @WITH_DEBUGALLOC_TRUE@» malloc_extension_debug_test$(EXEEXT)
748 @WITH_DEBUGALLOC_TRUE@» memalign_debug_unittest$(EXEEXT) \ 775 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@am__EXEEXT_15 = memalign_debug_uni ttest$(EXEEXT)
749 @WITH_DEBUGALLOC_TRUE@» realloc_debug_unittest$(EXEEXT) 776 @WITH_DEBUGALLOC_TRUE@am__EXEEXT_16 = realloc_debug_unittest$(EXEEXT)
750 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__EXEEXT_15 = debugallocation_tes t.sh$(EXEEXT) 777 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__EXEEXT_17 = debugallocation_tes t.sh$(EXEEXT)
751 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_16 = tcmalloc_unittest$(EXEEXT) \ 778 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_18 = tcmalloc_unittest$(EXEEXT)
752 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» tcmalloc_both_unittest$(EXEEXT) \ 779 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_19 = tcmalloc_both_uni ttest$(EXEEXT)
753 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» tcmalloc_large_unittest$(EXEEXT) \ 780 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_20 = tcmalloc_large_unittest$(EXE EXT) \
754 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ raw_printer_test$(EXEEXT) \ 781 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ raw_printer_test$(EXEEXT) \
755 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_test$(EXEEXT) \ 782 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_test$(EXEEXT) \
756 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_test.sh$(EXEEXT) 783 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_test.sh$(EXEEXT)
757 @WITH_HEAP_PROFILER_TRUE@am__EXEEXT_17 = \ 784 @WITH_HEAP_PROFILER_TRUE@am__EXEEXT_21 = \
758 @WITH_HEAP_PROFILER_TRUE@ heap-profiler_unittest.sh$(EXEEXT) 785 @WITH_HEAP_PROFILER_TRUE@ heap-profiler_unittest.sh$(EXEEXT)
759 @WITH_HEAP_CHECKER_TRUE@am__EXEEXT_18 = \ 786 @WITH_HEAP_CHECKER_TRUE@am__EXEEXT_22 = \
760 @WITH_HEAP_CHECKER_TRUE@ heap-checker_unittest.sh$(EXEEXT) \ 787 @WITH_HEAP_CHECKER_TRUE@ heap-checker_unittest.sh$(EXEEXT) \
761 @WITH_HEAP_CHECKER_TRUE@ heap-checker-death_unittest.sh$(EXEEXT) 788 @WITH_HEAP_CHECKER_TRUE@ heap-checker-death_unittest.sh$(EXEEXT)
762 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_19 = tcmall oc_debug_unittest$(EXEEXT) \ 789 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_23 = tcmall oc_debug_unittest$(EXEEXT) \
763 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_debug_te st$(EXEEXT) \ 790 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_debug_te st$(EXEEXT) \
764 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_debug_t est.sh$(EXEEXT) 791 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_debug_t est.sh$(EXEEXT)
765 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__EXEEXT_20 = heap-profiler_deb ug_unittest.sh$(EXEEXT) 792 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__EXEEXT_24 = heap-profiler_deb ug_unittest.sh$(EXEEXT)
766 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__EXEEXT_21 = heap-checker_debug _unittest.sh$(EXEEXT) 793 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__EXEEXT_25 = heap-checker_debug _unittest.sh$(EXEEXT)
767 @WITH_CPU_PROFILER_TRUE@am__EXEEXT_22 = getpc_test$(EXEEXT) \ 794 @WITH_CPU_PROFILER_TRUE@am__EXEEXT_26 = getpc_test$(EXEEXT) \
768 @WITH_CPU_PROFILER_TRUE@ profiledata_unittest$(EXEEXT) \ 795 @WITH_CPU_PROFILER_TRUE@ profiledata_unittest$(EXEEXT) \
769 @WITH_CPU_PROFILER_TRUE@ profile_handler_unittest$(EXEEXT) \ 796 @WITH_CPU_PROFILER_TRUE@ profile_handler_unittest$(EXEEXT) \
770 @WITH_CPU_PROFILER_TRUE@ profiler_unittest.sh$(EXEEXT) 797 @WITH_CPU_PROFILER_TRUE@ profiler_unittest.sh$(EXEEXT)
771 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_23 = tcma lloc_and_profiler_unittest$(EXEEXT) 798 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_27 = tcma lloc_and_profiler_unittest$(EXEEXT)
772 am__EXEEXT_24 = low_level_alloc_unittest$(EXEEXT) \ 799 am__EXEEXT_28 = low_level_alloc_unittest$(EXEEXT) \
773 atomicops_unittest$(EXEEXT) $(am__EXEEXT_9) \ 800 atomicops_unittest$(EXEEXT) $(am__EXEEXT_9) \
774 tcmalloc_minimal_unittest$(EXEEXT) \ 801 tcmalloc_minimal_unittest$(EXEEXT) \
775 tcmalloc_minimal_large_unittest$(EXEEXT) $(am__EXEEXT_10) \ 802 tcmalloc_minimal_large_unittest$(EXEEXT) $(am__EXEEXT_10) \
776 addressmap_unittest$(EXEEXT) $(am__EXEEXT_11) \ 803 addressmap_unittest$(EXEEXT) $(am__EXEEXT_11) \
777 packed_cache_test$(EXEEXT) frag_unittest$(EXEEXT) \ 804 packed_cache_test$(EXEEXT) frag_unittest$(EXEEXT) \
778 markidle_unittest$(EXEEXT) \ 805 markidle_unittest$(EXEEXT) \
779 current_allocated_bytes_test$(EXEEXT) \ 806 current_allocated_bytes_test$(EXEEXT) \
780 malloc_hook_test$(EXEEXT) malloc_extension_test$(EXEEXT) \ 807 malloc_hook_test$(EXEEXT) malloc_extension_test$(EXEEXT) \
781 $(am__EXEEXT_12) $(am__EXEEXT_13) page_heap_test$(EXEEXT) \ 808 $(am__EXEEXT_12) $(am__EXEEXT_13) page_heap_test$(EXEEXT) \
782 pagemap_unittest$(EXEEXT) realloc_unittest$(EXEEXT) \ 809 pagemap_unittest$(EXEEXT) realloc_unittest$(EXEEXT) \
783 stack_trace_table_test$(EXEEXT) \ 810 stack_trace_table_test$(EXEEXT) \
784 thread_dealloc_unittest$(EXEEXT) $(am__EXEEXT_14) \ 811 thread_dealloc_unittest$(EXEEXT) $(am__EXEEXT_14) \
785 $(am__EXEEXT_15) $(am__EXEEXT_16) $(am__EXEEXT_17) \ 812 $(am__EXEEXT_15) $(am__EXEEXT_16) $(am__EXEEXT_17) \
786 $(am__EXEEXT_18) $(am__EXEEXT_19) $(am__EXEEXT_20) \ 813 $(am__EXEEXT_18) $(am__EXEEXT_19) $(am__EXEEXT_20) \
787 » $(am__EXEEXT_21) $(am__EXEEXT_22) $(am__EXEEXT_23) 814 » $(am__EXEEXT_21) $(am__EXEEXT_22) $(am__EXEEXT_23) \
815 » $(am__EXEEXT_24) $(am__EXEEXT_25) $(am__EXEEXT_26) \
816 » $(am__EXEEXT_27)
788 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) 817 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
789 am__addressmap_unittest_SOURCES_DIST = \ 818 am__addressmap_unittest_SOURCES_DIST = \
790 src/tests/addressmap_unittest.cc src/addressmap-inl.h \ 819 src/tests/addressmap_unittest.cc src/addressmap-inl.h \
791 src/base/commandlineflags.h src/base/logging.h \ 820 src/base/commandlineflags.h src/base/logging.h \
792 src/base/basictypes.h src/base/dynamic_annotations.h \ 821 src/base/basictypes.h src/base/dynamic_annotations.h \
793 src/third_party/valgrind.h src/windows/port.h \ 822 src/third_party/valgrind.h src/windows/port.h \
794 src/windows/port.cc 823 src/windows/port.cc
795 @MINGW_TRUE@am__objects_25 = addressmap_unittest-port.$(OBJEXT) 824 @MINGW_TRUE@am__objects_25 = addressmap_unittest-port.$(OBJEXT)
796 am_addressmap_unittest_OBJECTS = \ 825 am_addressmap_unittest_OBJECTS = \
797 addressmap_unittest-addressmap_unittest.$(OBJEXT) \ 826 addressmap_unittest-addressmap_unittest.$(OBJEXT) \
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 src/tests/heap-profiler_unittest.sh 935 src/tests/heap-profiler_unittest.sh
907 am_heap_profiler_unittest_sh_OBJECTS = 936 am_heap_profiler_unittest_sh_OBJECTS =
908 heap_profiler_unittest_sh_OBJECTS = \ 937 heap_profiler_unittest_sh_OBJECTS = \
909 $(am_heap_profiler_unittest_sh_OBJECTS) 938 $(am_heap_profiler_unittest_sh_OBJECTS)
910 heap_profiler_unittest_sh_LDADD = $(LDADD) 939 heap_profiler_unittest_sh_LDADD = $(LDADD)
911 am__low_level_alloc_unittest_SOURCES_DIST = \ 940 am__low_level_alloc_unittest_SOURCES_DIST = \
912 src/base/low_level_alloc.cc src/malloc_hook.cc \ 941 src/base/low_level_alloc.cc src/malloc_hook.cc \
913 src/maybe_threads.cc src/tests/low_level_alloc_unittest.cc \ 942 src/maybe_threads.cc src/tests/low_level_alloc_unittest.cc \
914 src/base/low_level_alloc.h src/base/basictypes.h \ 943 src/base/low_level_alloc.h src/base/basictypes.h \
915 src/google/malloc_hook.h src/google/malloc_hook_c.h \ 944 src/google/malloc_hook.h src/google/malloc_hook_c.h \
916 » src/malloc_hook-inl.h src/base/spinlock.h \ 945 » src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
946 » src/malloc_hook_mmap_freebsd.h src/base/spinlock.h \
917 src/base/spinlock_internal.h src/base/atomicops.h \ 947 src/base/spinlock_internal.h src/base/atomicops.h \
918 src/base/atomicops-internals-macosx.h \ 948 src/base/atomicops-internals-macosx.h \
919 src/base/atomicops-internals-linuxppc.h \ 949 src/base/atomicops-internals-linuxppc.h \
920 src/base/atomicops-internals-windows.h \ 950 src/base/atomicops-internals-windows.h \
921 src/base/atomicops-internals-x86.h \ 951 src/base/atomicops-internals-x86.h \
922 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 952 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
923 src/base/spinlock_posix-inl.h \ 953 src/base/spinlock_posix-inl.h \
924 src/base/synchronization_profiling.h \ 954 src/base/synchronization_profiling.h \
925 src/base/atomicops-internals-arm-generic.h \ 955 src/base/atomicops-internals-arm-generic.h \
926 src/base/atomicops-internals-arm-v6plus.h src/base/logging.h \ 956 src/base/atomicops-internals-arm-v6plus.h src/base/logging.h \
927 src/base/commandlineflags.h src/base/dynamic_annotations.h \ 957 src/base/commandlineflags.h src/base/dynamic_annotations.h \
928 src/third_party/valgrind.h 958 src/third_party/valgrind.h
929 am__objects_29 = $(am__objects_1) $(am__objects_1) 959 @MINGW_FALSE@am__objects_29 = \
960 @MINGW_FALSE@» low_level_alloc_unittest-maybe_threads.$(OBJEXT)
961 am__objects_30 = $(am__objects_1) $(am__objects_1)
930 am_low_level_alloc_unittest_OBJECTS = \ 962 am_low_level_alloc_unittest_OBJECTS = \
931 low_level_alloc_unittest-low_level_alloc.$(OBJEXT) \ 963 low_level_alloc_unittest-low_level_alloc.$(OBJEXT) \
932 low_level_alloc_unittest-malloc_hook.$(OBJEXT) \ 964 low_level_alloc_unittest-malloc_hook.$(OBJEXT) \
933 » low_level_alloc_unittest-maybe_threads.$(OBJEXT) \ 965 » $(am__objects_29) \
934 low_level_alloc_unittest-low_level_alloc_unittest.$(OBJEXT) \ 966 low_level_alloc_unittest-low_level_alloc_unittest.$(OBJEXT) \
935 » $(am__objects_29) 967 » $(am__objects_30)
936 low_level_alloc_unittest_OBJECTS = \ 968 low_level_alloc_unittest_OBJECTS = \
937 $(am_low_level_alloc_unittest_OBJECTS) 969 $(am_low_level_alloc_unittest_OBJECTS)
938 low_level_alloc_unittest_DEPENDENCIES = $(am__DEPENDENCIES_2) 970 low_level_alloc_unittest_DEPENDENCIES = $(am__DEPENDENCIES_2)
939 am__malloc_extension_c_test_SOURCES_DIST = \ 971 am__malloc_extension_c_test_SOURCES_DIST = \
940 src/tests/malloc_extension_c_test.c \ 972 src/tests/malloc_extension_c_test.c \
941 src/google/malloc_extension.h src/google/malloc_extension_c.h 973 src/google/malloc_extension.h src/google/malloc_extension_c.h
942 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am_malloc_extension_c_test_OBJECTS = malloc_ex tension_c_test-malloc_extension_c_test.$(OBJEXT) 974 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am_malloc_extension_c_test_OBJECTS = malloc_ex tension_c_test-malloc_extension_c_test.$(OBJEXT)
943 malloc_extension_c_test_OBJECTS = \ 975 malloc_extension_c_test_OBJECTS = \
944 $(am_malloc_extension_c_test_OBJECTS) 976 $(am_malloc_extension_c_test_OBJECTS)
945 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_DEPENDENCIES = \ 977 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_DEPENDENCIES = \
946 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(am__DEPENDENCIES_5) \ 978 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(am__DEPENDENCIES_5) \
947 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(am__DEPENDENCIES_1) 979 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(am__DEPENDENCIES_1)
948 am__malloc_extension_debug_test_SOURCES_DIST = \ 980 am__malloc_extension_debug_test_SOURCES_DIST = \
949 src/tests/malloc_extension_test.cc src/config_for_unittests.h \ 981 src/tests/malloc_extension_test.cc src/config_for_unittests.h \
950 src/base/logging.h src/google/malloc_extension.h \ 982 src/base/logging.h src/google/malloc_extension.h \
951 src/google/malloc_extension_c.h 983 src/google/malloc_extension_c.h
952 am__objects_30 = \ 984 am__objects_31 = \
953 malloc_extension_debug_test-malloc_extension_test.$(OBJEXT) 985 malloc_extension_debug_test-malloc_extension_test.$(OBJEXT)
954 @WITH_DEBUGALLOC_TRUE@am_malloc_extension_debug_test_OBJECTS = \ 986 @WITH_DEBUGALLOC_TRUE@am_malloc_extension_debug_test_OBJECTS = \
955 @WITH_DEBUGALLOC_TRUE@» $(am__objects_30) 987 @WITH_DEBUGALLOC_TRUE@» $(am__objects_31)
956 malloc_extension_debug_test_OBJECTS = \ 988 malloc_extension_debug_test_OBJECTS = \
957 $(am_malloc_extension_debug_test_OBJECTS) 989 $(am_malloc_extension_debug_test_OBJECTS)
958 @WITH_DEBUGALLOC_TRUE@malloc_extension_debug_test_DEPENDENCIES = \ 990 @WITH_DEBUGALLOC_TRUE@malloc_extension_debug_test_DEPENDENCIES = \
959 @WITH_DEBUGALLOC_TRUE@ libtcmalloc_minimal_debug.la \ 991 @WITH_DEBUGALLOC_TRUE@ libtcmalloc_minimal_debug.la \
960 @WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_1) 992 @WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_1)
961 am_malloc_extension_test_OBJECTS = \ 993 am_malloc_extension_test_OBJECTS = \
962 malloc_extension_test-malloc_extension_test.$(OBJEXT) 994 malloc_extension_test-malloc_extension_test.$(OBJEXT)
963 malloc_extension_test_OBJECTS = $(am_malloc_extension_test_OBJECTS) 995 malloc_extension_test_OBJECTS = $(am_malloc_extension_test_OBJECTS)
964 malloc_extension_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \ 996 malloc_extension_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \
965 $(am__DEPENDENCIES_1) 997 $(am__DEPENDENCIES_1)
(...skipping 12 matching lines...) Expand all
978 am__maybe_threads_unittest_sh_SOURCES_DIST = \ 1010 am__maybe_threads_unittest_sh_SOURCES_DIST = \
979 src/tests/maybe_threads_unittest.sh 1011 src/tests/maybe_threads_unittest.sh
980 am_maybe_threads_unittest_sh_OBJECTS = 1012 am_maybe_threads_unittest_sh_OBJECTS =
981 maybe_threads_unittest_sh_OBJECTS = \ 1013 maybe_threads_unittest_sh_OBJECTS = \
982 $(am_maybe_threads_unittest_sh_OBJECTS) 1014 $(am_maybe_threads_unittest_sh_OBJECTS)
983 maybe_threads_unittest_sh_LDADD = $(LDADD) 1015 maybe_threads_unittest_sh_LDADD = $(LDADD)
984 am__memalign_debug_unittest_SOURCES_DIST = \ 1016 am__memalign_debug_unittest_SOURCES_DIST = \
985 src/tests/memalign_unittest.cc src/tcmalloc.h \ 1017 src/tests/memalign_unittest.cc src/tcmalloc.h \
986 src/config_for_unittests.h src/tests/testutil.h \ 1018 src/config_for_unittests.h src/tests/testutil.h \
987 src/tests/testutil.cc 1019 src/tests/testutil.cc
988 @MINGW_FALSE@am__objects_31 = memalign_debug_unittest-memalign_unittest.$(OBJEXT ) \ 1020 @MINGW_FALSE@@OSX_FALSE@am__objects_32 = memalign_debug_unittest-memalign_unitte st.$(OBJEXT) \
989 @MINGW_FALSE@» memalign_debug_unittest-testutil.$(OBJEXT) 1021 @MINGW_FALSE@@OSX_FALSE@» memalign_debug_unittest-testutil.$(OBJEXT)
990 @WITH_DEBUGALLOC_TRUE@am_memalign_debug_unittest_OBJECTS = \ 1022 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@am_memalign_debug_unittest_OBJECTS = $(am__objects_32)
991 @WITH_DEBUGALLOC_TRUE@» $(am__objects_31)
992 memalign_debug_unittest_OBJECTS = \ 1023 memalign_debug_unittest_OBJECTS = \
993 $(am_memalign_debug_unittest_OBJECTS) 1024 $(am_memalign_debug_unittest_OBJECTS)
994 @WITH_DEBUGALLOC_TRUE@memalign_debug_unittest_DEPENDENCIES = \ 1025 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@memalign_debug_unittest_DEPENDENCI ES = libtcmalloc_minimal_debug.la \
995 @WITH_DEBUGALLOC_TRUE@» libtcmalloc_minimal_debug.la \ 1026 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@» $(am__DEPENDENCIES_1)
996 @WITH_DEBUGALLOC_TRUE@» $(am__DEPENDENCIES_1)
997 am__memalign_unittest_SOURCES_DIST = src/tests/memalign_unittest.cc \ 1027 am__memalign_unittest_SOURCES_DIST = src/tests/memalign_unittest.cc \
998 src/tcmalloc.h src/config_for_unittests.h src/tests/testutil.h \ 1028 src/tcmalloc.h src/config_for_unittests.h src/tests/testutil.h \
999 src/tests/testutil.cc 1029 src/tests/testutil.cc
1000 @MINGW_FALSE@am_memalign_unittest_OBJECTS = \ 1030 @MINGW_FALSE@@OSX_FALSE@am_memalign_unittest_OBJECTS = memalign_unittest-memalig n_unittest.$(OBJEXT) \
1001 @MINGW_FALSE@» memalign_unittest-memalign_unittest.$(OBJEXT) \ 1031 @MINGW_FALSE@@OSX_FALSE@» memalign_unittest-testutil.$(OBJEXT)
1002 @MINGW_FALSE@» memalign_unittest-testutil.$(OBJEXT)
1003 memalign_unittest_OBJECTS = $(am_memalign_unittest_OBJECTS) 1032 memalign_unittest_OBJECTS = $(am_memalign_unittest_OBJECTS)
1004 @MINGW_FALSE@memalign_unittest_DEPENDENCIES = $(am__DEPENDENCIES_5) \ 1033 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_DEPENDENCIES = \
1005 @MINGW_FALSE@» $(am__DEPENDENCIES_1) 1034 @MINGW_FALSE@@OSX_FALSE@» $(am__DEPENDENCIES_5) \
1035 @MINGW_FALSE@@OSX_FALSE@» $(am__DEPENDENCIES_1)
1006 am_packed_cache_test_OBJECTS = \ 1036 am_packed_cache_test_OBJECTS = \
1007 packed_cache_test-packed-cache_test.$(OBJEXT) 1037 packed_cache_test-packed-cache_test.$(OBJEXT)
1008 packed_cache_test_OBJECTS = $(am_packed_cache_test_OBJECTS) 1038 packed_cache_test_OBJECTS = $(am_packed_cache_test_OBJECTS)
1009 packed_cache_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \ 1039 packed_cache_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \
1010 $(am__DEPENDENCIES_1) 1040 $(am__DEPENDENCIES_1)
1011 am_page_heap_test_OBJECTS = page_heap_test-page_heap_test.$(OBJEXT) 1041 am_page_heap_test_OBJECTS = page_heap_test-page_heap_test.$(OBJEXT)
1012 page_heap_test_OBJECTS = $(am_page_heap_test_OBJECTS) 1042 page_heap_test_OBJECTS = $(am_page_heap_test_OBJECTS)
1013 page_heap_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \ 1043 page_heap_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \
1014 $(am__DEPENDENCIES_1) 1044 $(am__DEPENDENCIES_1)
1015 am_pagemap_unittest_OBJECTS = \ 1045 am_pagemap_unittest_OBJECTS = \
(...skipping 16 matching lines...) Expand all
1032 src/base/commandlineflags.h src/base/logging.h \ 1062 src/base/commandlineflags.h src/base/logging.h \
1033 src/base/basictypes.h 1063 src/base/basictypes.h
1034 @WITH_CPU_PROFILER_TRUE@am_profiledata_unittest_OBJECTS = \ 1064 @WITH_CPU_PROFILER_TRUE@am_profiledata_unittest_OBJECTS = \
1035 @WITH_CPU_PROFILER_TRUE@ profiledata_unittest.$(OBJEXT) 1065 @WITH_CPU_PROFILER_TRUE@ profiledata_unittest.$(OBJEXT)
1036 profiledata_unittest_OBJECTS = $(am_profiledata_unittest_OBJECTS) 1066 profiledata_unittest_OBJECTS = $(am_profiledata_unittest_OBJECTS)
1037 @WITH_CPU_PROFILER_TRUE@profiledata_unittest_DEPENDENCIES = \ 1067 @WITH_CPU_PROFILER_TRUE@profiledata_unittest_DEPENDENCIES = \
1038 @WITH_CPU_PROFILER_TRUE@ $(am__DEPENDENCIES_7) 1068 @WITH_CPU_PROFILER_TRUE@ $(am__DEPENDENCIES_7)
1039 am__profiler1_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \ 1069 am__profiler1_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \
1040 src/tests/testutil.h src/tests/testutil.cc \ 1070 src/tests/testutil.h src/tests/testutil.cc \
1041 src/config_for_unittests.h src/google/profiler.h 1071 src/config_for_unittests.h src/google/profiler.h
1042 @WITH_CPU_PROFILER_TRUE@am__objects_32 = profiler1_unittest-profiler_unittest.$( OBJEXT) \ 1072 @WITH_CPU_PROFILER_TRUE@am__objects_33 = profiler1_unittest-profiler_unittest.$( OBJEXT) \
1043 @WITH_CPU_PROFILER_TRUE@ profiler1_unittest-testutil.$(OBJEXT) \ 1073 @WITH_CPU_PROFILER_TRUE@ profiler1_unittest-testutil.$(OBJEXT) \
1044 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1) 1074 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1)
1045 @WITH_CPU_PROFILER_TRUE@am_profiler1_unittest_OBJECTS = \ 1075 @WITH_CPU_PROFILER_TRUE@am_profiler1_unittest_OBJECTS = \
1046 @WITH_CPU_PROFILER_TRUE@» $(am__objects_32) 1076 @WITH_CPU_PROFILER_TRUE@» $(am__objects_33)
1047 profiler1_unittest_OBJECTS = $(am_profiler1_unittest_OBJECTS) 1077 profiler1_unittest_OBJECTS = $(am_profiler1_unittest_OBJECTS)
1048 @WITH_CPU_PROFILER_TRUE@profiler1_unittest_DEPENDENCIES = \ 1078 @WITH_CPU_PROFILER_TRUE@profiler1_unittest_DEPENDENCIES = \
1049 @WITH_CPU_PROFILER_TRUE@ $(am__DEPENDENCIES_7) 1079 @WITH_CPU_PROFILER_TRUE@ $(am__DEPENDENCIES_7)
1050 am__profiler2_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \ 1080 am__profiler2_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \
1051 src/tests/testutil.h src/tests/testutil.cc \ 1081 src/tests/testutil.h src/tests/testutil.cc \
1052 src/config_for_unittests.h src/google/profiler.h 1082 src/config_for_unittests.h src/google/profiler.h
1053 @WITH_CPU_PROFILER_TRUE@am__objects_33 = profiler2_unittest-profiler_unittest.$( OBJEXT) \ 1083 @WITH_CPU_PROFILER_TRUE@am__objects_34 = profiler2_unittest-profiler_unittest.$( OBJEXT) \
1054 @WITH_CPU_PROFILER_TRUE@ profiler2_unittest-testutil.$(OBJEXT) \ 1084 @WITH_CPU_PROFILER_TRUE@ profiler2_unittest-testutil.$(OBJEXT) \
1055 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1) 1085 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1)
1056 @WITH_CPU_PROFILER_TRUE@am_profiler2_unittest_OBJECTS = \ 1086 @WITH_CPU_PROFILER_TRUE@am_profiler2_unittest_OBJECTS = \
1057 @WITH_CPU_PROFILER_TRUE@» $(am__objects_33) 1087 @WITH_CPU_PROFILER_TRUE@» $(am__objects_34)
1058 profiler2_unittest_OBJECTS = $(am_profiler2_unittest_OBJECTS) 1088 profiler2_unittest_OBJECTS = $(am_profiler2_unittest_OBJECTS)
1059 am__profiler3_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \ 1089 am__profiler3_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \
1060 src/tests/testutil.h src/tests/testutil.cc \ 1090 src/tests/testutil.h src/tests/testutil.cc \
1061 src/config_for_unittests.h src/google/profiler.h 1091 src/config_for_unittests.h src/google/profiler.h
1062 @WITH_CPU_PROFILER_TRUE@am__objects_34 = profiler3_unittest-profiler_unittest.$( OBJEXT) \ 1092 @WITH_CPU_PROFILER_TRUE@am__objects_35 = profiler3_unittest-profiler_unittest.$( OBJEXT) \
1063 @WITH_CPU_PROFILER_TRUE@ profiler3_unittest-testutil.$(OBJEXT) \ 1093 @WITH_CPU_PROFILER_TRUE@ profiler3_unittest-testutil.$(OBJEXT) \
1064 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1) 1094 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1)
1065 @WITH_CPU_PROFILER_TRUE@am_profiler3_unittest_OBJECTS = \ 1095 @WITH_CPU_PROFILER_TRUE@am_profiler3_unittest_OBJECTS = \
1066 @WITH_CPU_PROFILER_TRUE@» $(am__objects_34) 1096 @WITH_CPU_PROFILER_TRUE@» $(am__objects_35)
1067 profiler3_unittest_OBJECTS = $(am_profiler3_unittest_OBJECTS) 1097 profiler3_unittest_OBJECTS = $(am_profiler3_unittest_OBJECTS)
1068 @WITH_CPU_PROFILER_TRUE@profiler3_unittest_DEPENDENCIES = \ 1098 @WITH_CPU_PROFILER_TRUE@profiler3_unittest_DEPENDENCIES = \
1069 @WITH_CPU_PROFILER_TRUE@ $(am__DEPENDENCIES_7) \ 1099 @WITH_CPU_PROFILER_TRUE@ $(am__DEPENDENCIES_7) \
1070 @WITH_CPU_PROFILER_TRUE@ $(am__DEPENDENCIES_1) 1100 @WITH_CPU_PROFILER_TRUE@ $(am__DEPENDENCIES_1)
1071 am__profiler4_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \ 1101 am__profiler4_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \
1072 src/tests/testutil.h src/tests/testutil.cc \ 1102 src/tests/testutil.h src/tests/testutil.cc \
1073 src/config_for_unittests.h src/google/profiler.h 1103 src/config_for_unittests.h src/google/profiler.h
1074 @WITH_CPU_PROFILER_TRUE@am__objects_35 = profiler4_unittest-profiler_unittest.$( OBJEXT) \ 1104 @WITH_CPU_PROFILER_TRUE@am__objects_36 = profiler4_unittest-profiler_unittest.$( OBJEXT) \
1075 @WITH_CPU_PROFILER_TRUE@ profiler4_unittest-testutil.$(OBJEXT) \ 1105 @WITH_CPU_PROFILER_TRUE@ profiler4_unittest-testutil.$(OBJEXT) \
1076 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1) 1106 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1)
1077 @WITH_CPU_PROFILER_TRUE@am_profiler4_unittest_OBJECTS = \ 1107 @WITH_CPU_PROFILER_TRUE@am_profiler4_unittest_OBJECTS = \
1078 @WITH_CPU_PROFILER_TRUE@» $(am__objects_35) 1108 @WITH_CPU_PROFILER_TRUE@» $(am__objects_36)
1079 profiler4_unittest_OBJECTS = $(am_profiler4_unittest_OBJECTS) 1109 profiler4_unittest_OBJECTS = $(am_profiler4_unittest_OBJECTS)
1080 am__profiler_unittest_sh_SOURCES_DIST = \ 1110 am__profiler_unittest_sh_SOURCES_DIST = \
1081 src/tests/profiler_unittest.sh 1111 src/tests/profiler_unittest.sh
1082 am_profiler_unittest_sh_OBJECTS = 1112 am_profiler_unittest_sh_OBJECTS =
1083 profiler_unittest_sh_OBJECTS = $(am_profiler_unittest_sh_OBJECTS) 1113 profiler_unittest_sh_OBJECTS = $(am_profiler_unittest_sh_OBJECTS)
1084 profiler_unittest_sh_LDADD = $(LDADD) 1114 profiler_unittest_sh_LDADD = $(LDADD)
1085 am__raw_printer_test_SOURCES_DIST = src/tests/raw_printer_test.cc 1115 am__raw_printer_test_SOURCES_DIST = src/tests/raw_printer_test.cc
1086 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_raw_printer_test_OBJECTS = raw_printer_te st-raw_printer_test.$(OBJEXT) 1116 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_raw_printer_test_OBJECTS = raw_printer_te st-raw_printer_test.$(OBJEXT)
1087 raw_printer_test_OBJECTS = $(am_raw_printer_test_OBJECTS) 1117 raw_printer_test_OBJECTS = $(am_raw_printer_test_OBJECTS)
1088 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_DEPENDENCIES = \ 1118 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_DEPENDENCIES = \
1089 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_6) \ 1119 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_6) \
1090 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 1120 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1)
1091 am__realloc_debug_unittest_SOURCES_DIST = \ 1121 am__realloc_debug_unittest_SOURCES_DIST = \
1092 src/tests/realloc_unittest.cc src/config_for_unittests.h \ 1122 src/tests/realloc_unittest.cc src/config_for_unittests.h \
1093 src/base/logging.h 1123 src/base/logging.h
1094 am__objects_36 = realloc_debug_unittest-realloc_unittest.$(OBJEXT) 1124 am__objects_37 = realloc_debug_unittest-realloc_unittest.$(OBJEXT)
1095 @WITH_DEBUGALLOC_TRUE@am_realloc_debug_unittest_OBJECTS = \ 1125 @WITH_DEBUGALLOC_TRUE@am_realloc_debug_unittest_OBJECTS = \
1096 @WITH_DEBUGALLOC_TRUE@» $(am__objects_36) 1126 @WITH_DEBUGALLOC_TRUE@» $(am__objects_37)
1097 realloc_debug_unittest_OBJECTS = $(am_realloc_debug_unittest_OBJECTS) 1127 realloc_debug_unittest_OBJECTS = $(am_realloc_debug_unittest_OBJECTS)
1098 @WITH_DEBUGALLOC_TRUE@realloc_debug_unittest_DEPENDENCIES = \ 1128 @WITH_DEBUGALLOC_TRUE@realloc_debug_unittest_DEPENDENCIES = \
1099 @WITH_DEBUGALLOC_TRUE@ libtcmalloc_minimal_debug.la \ 1129 @WITH_DEBUGALLOC_TRUE@ libtcmalloc_minimal_debug.la \
1100 @WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_1) 1130 @WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_1)
1101 am_realloc_unittest_OBJECTS = \ 1131 am_realloc_unittest_OBJECTS = \
1102 realloc_unittest-realloc_unittest.$(OBJEXT) 1132 realloc_unittest-realloc_unittest.$(OBJEXT)
1103 realloc_unittest_OBJECTS = $(am_realloc_unittest_OBJECTS) 1133 realloc_unittest_OBJECTS = $(am_realloc_unittest_OBJECTS)
1104 realloc_unittest_DEPENDENCIES = $(am__DEPENDENCIES_5) \ 1134 realloc_unittest_DEPENDENCIES = $(am__DEPENDENCIES_5) \
1105 $(am__DEPENDENCIES_1) 1135 $(am__DEPENDENCIES_1)
1106 am__sampler_debug_test_SOURCES_DIST = src/tests/sampler_test.cc \ 1136 am__sampler_debug_test_SOURCES_DIST = src/tests/sampler_test.cc \
1107 src/config_for_unittests.h 1137 src/config_for_unittests.h
1108 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_37 = sampler_debug_test-sampler_ test.$(OBJEXT) 1138 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_38 = sampler_debug_test-sampler_ test.$(OBJEXT)
1109 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampler_debug_test_ OBJECTS = $(am__objects_37) 1139 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampler_debug_test_ OBJECTS = $(am__objects_38)
1110 sampler_debug_test_OBJECTS = $(am_sampler_debug_test_OBJECTS) 1140 sampler_debug_test_OBJECTS = $(am_sampler_debug_test_OBJECTS)
1111 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_debug_test_DEP ENDENCIES = libtcmalloc_debug.la \ 1141 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_debug_test_DEP ENDENCIES = libtcmalloc_debug.la \
1112 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1) 1142 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1)
1113 am__sampler_test_SOURCES_DIST = src/tests/sampler_test.cc \ 1143 am__sampler_test_SOURCES_DIST = src/tests/sampler_test.cc \
1114 src/config_for_unittests.h 1144 src/config_for_unittests.h
1115 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampler_test_OBJECTS = sampler_test-sampl er_test.$(OBJEXT) 1145 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampler_test_OBJECTS = sampler_test-sampl er_test.$(OBJEXT)
1116 sampler_test_OBJECTS = $(am_sampler_test_OBJECTS) 1146 sampler_test_OBJECTS = $(am_sampler_test_OBJECTS)
1117 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_DEPENDENCIES = \ 1147 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_DEPENDENCIES = \
1118 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_6) \ 1148 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_6) \
1119 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 1149 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1)
1120 am__sampling_debug_test_SOURCES_DIST = src/tests/sampling_test.cc \ 1150 am__sampling_debug_test_SOURCES_DIST = src/tests/sampling_test.cc \
1121 src/config_for_unittests.h src/base/logging.h \ 1151 src/config_for_unittests.h src/base/logging.h \
1122 src/google/malloc_extension.h 1152 src/google/malloc_extension.h
1123 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_38 = sampling_debug_test-samplin g_test.$(OBJEXT) \ 1153 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_39 = sampling_debug_test-samplin g_test.$(OBJEXT) \
1124 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 1154 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
1125 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampling_debug_test _OBJECTS = $(am__objects_38) 1155 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampling_debug_test _OBJECTS = $(am__objects_39)
1126 sampling_debug_test_OBJECTS = $(am_sampling_debug_test_OBJECTS) 1156 sampling_debug_test_OBJECTS = $(am_sampling_debug_test_OBJECTS)
1127 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_debug_test_DE PENDENCIES = libtcmalloc_debug.la \ 1157 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_debug_test_DE PENDENCIES = libtcmalloc_debug.la \
1128 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1) 1158 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1)
1129 am__sampling_debug_test_sh_SOURCES_DIST = src/tests/sampling_test.sh 1159 am__sampling_debug_test_sh_SOURCES_DIST = src/tests/sampling_test.sh
1130 am_sampling_debug_test_sh_OBJECTS = 1160 am_sampling_debug_test_sh_OBJECTS =
1131 sampling_debug_test_sh_OBJECTS = $(am_sampling_debug_test_sh_OBJECTS) 1161 sampling_debug_test_sh_OBJECTS = $(am_sampling_debug_test_sh_OBJECTS)
1132 sampling_debug_test_sh_LDADD = $(LDADD) 1162 sampling_debug_test_sh_LDADD = $(LDADD)
1133 am__sampling_test_SOURCES_DIST = src/tests/sampling_test.cc \ 1163 am__sampling_test_SOURCES_DIST = src/tests/sampling_test.cc \
1134 src/config_for_unittests.h src/base/logging.h \ 1164 src/config_for_unittests.h src/base/logging.h \
1135 src/google/malloc_extension.h 1165 src/google/malloc_extension.h
1136 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampling_test_OBJECTS = sampling_test-sam pling_test.$(OBJEXT) \ 1166 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampling_test_OBJECTS = sampling_test-sam pling_test.$(OBJEXT) \
1137 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 1167 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
1138 sampling_test_OBJECTS = $(am_sampling_test_OBJECTS) 1168 sampling_test_OBJECTS = $(am_sampling_test_OBJECTS)
1139 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_DEPENDENCIES = \ 1169 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_DEPENDENCIES = \
1140 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_6) \ 1170 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_6) \
1141 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 1171 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1)
1142 am__sampling_test_sh_SOURCES_DIST = src/tests/sampling_test.sh 1172 am__sampling_test_sh_SOURCES_DIST = src/tests/sampling_test.sh
1143 am_sampling_test_sh_OBJECTS = 1173 am_sampling_test_sh_OBJECTS =
1144 sampling_test_sh_OBJECTS = $(am_sampling_test_sh_OBJECTS) 1174 sampling_test_sh_OBJECTS = $(am_sampling_test_sh_OBJECTS)
1145 sampling_test_sh_LDADD = $(LDADD) 1175 sampling_test_sh_LDADD = $(LDADD)
1146 am_stack_trace_table_test_OBJECTS = \ 1176 am_stack_trace_table_test_OBJECTS = \
1147 stack_trace_table_test-stack_trace_table_test.$(OBJEXT) 1177 stack_trace_table_test-stack_trace_table_test.$(OBJEXT)
1148 stack_trace_table_test_OBJECTS = $(am_stack_trace_table_test_OBJECTS) 1178 stack_trace_table_test_OBJECTS = $(am_stack_trace_table_test_OBJECTS)
1149 stack_trace_table_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \ 1179 stack_trace_table_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \
1150 $(am__DEPENDENCIES_1) 1180 $(am__DEPENDENCIES_1)
1151 am__stacktrace_unittest_SOURCES_DIST = \ 1181 am__stacktrace_unittest_SOURCES_DIST = \
1152 src/tests/stacktrace_unittest.cc src/config_for_unittests.h \ 1182 src/tests/stacktrace_unittest.cc src/config_for_unittests.h \
1153 src/base/commandlineflags.h src/stacktrace_config.h \ 1183 src/base/commandlineflags.h src/stacktrace_config.h \
1154 src/stacktrace_generic-inl.h src/stacktrace_libunwind-inl.h \ 1184 src/stacktrace_generic-inl.h src/stacktrace_libunwind-inl.h \
1155 » src/stacktrace_powerpc-inl.h src/stacktrace_x86_64-inl.h \ 1185 » src/stacktrace_nacl-inl.h src/stacktrace_powerpc-inl.h \
1156 » src/stacktrace_x86-inl.h src/stacktrace_win32-inl.h \ 1186 » src/stacktrace_x86_64-inl.h src/stacktrace_x86-inl.h \
1187 » src/stacktrace_win32-inl.h src/base/elf_mem_image.h \
1157 src/base/vdso_support.h src/google/stacktrace.h \ 1188 src/base/vdso_support.h src/google/stacktrace.h \
1158 src/base/logging.h src/base/basictypes.h \ 1189 src/base/logging.h src/base/basictypes.h \
1159 src/base/dynamic_annotations.h src/third_party/valgrind.h 1190 src/base/dynamic_annotations.h src/third_party/valgrind.h
1160 @WITH_STACK_TRACE_TRUE@am__objects_39 = $(am__objects_4) \ 1191 @WITH_STACK_TRACE_TRUE@am__objects_40 = $(am__objects_4) \
1161 @WITH_STACK_TRACE_TRUE@ $(am__objects_1) 1192 @WITH_STACK_TRACE_TRUE@ $(am__objects_1)
1162 @WITH_STACK_TRACE_TRUE@am_stacktrace_unittest_OBJECTS = \ 1193 @WITH_STACK_TRACE_TRUE@am_stacktrace_unittest_OBJECTS = \
1163 @WITH_STACK_TRACE_TRUE@ stacktrace_unittest.$(OBJEXT) \ 1194 @WITH_STACK_TRACE_TRUE@ stacktrace_unittest.$(OBJEXT) \
1164 @WITH_STACK_TRACE_TRUE@»$(am__objects_39) 1195 @WITH_STACK_TRACE_TRUE@»$(am__objects_40)
1165 stacktrace_unittest_OBJECTS = $(am_stacktrace_unittest_OBJECTS) 1196 stacktrace_unittest_OBJECTS = $(am_stacktrace_unittest_OBJECTS)
1166 @WITH_STACK_TRACE_TRUE@stacktrace_unittest_DEPENDENCIES = \ 1197 @WITH_STACK_TRACE_TRUE@stacktrace_unittest_DEPENDENCIES = \
1167 @WITH_STACK_TRACE_TRUE@ libstacktrace.la liblogging.la 1198 @WITH_STACK_TRACE_TRUE@ libstacktrace.la liblogging.la
1168 am__system_alloc_unittest_SOURCES_DIST = src/config_for_unittests.h \ 1199 am__system_alloc_unittest_SOURCES_DIST = src/config_for_unittests.h \
1169 src/tests/system-alloc_unittest.cc 1200 src/tests/system-alloc_unittest.cc
1170 @MINGW_FALSE@am_system_alloc_unittest_OBJECTS = system_alloc_unittest-system-all oc_unittest.$(OBJEXT) 1201 @MINGW_FALSE@am_system_alloc_unittest_OBJECTS = system_alloc_unittest-system-all oc_unittest.$(OBJEXT)
1171 system_alloc_unittest_OBJECTS = $(am_system_alloc_unittest_OBJECTS) 1202 system_alloc_unittest_OBJECTS = $(am_system_alloc_unittest_OBJECTS)
1172 @MINGW_FALSE@system_alloc_unittest_DEPENDENCIES = \ 1203 @MINGW_FALSE@system_alloc_unittest_DEPENDENCIES = \
1173 @MINGW_FALSE@ $(am__DEPENDENCIES_5) $(am__DEPENDENCIES_1) 1204 @MINGW_FALSE@ $(am__DEPENDENCIES_5) $(am__DEPENDENCIES_1)
1174 am__tcmalloc_and_profiler_unittest_SOURCES_DIST = \ 1205 am__tcmalloc_and_profiler_unittest_SOURCES_DIST = \
1175 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \ 1206 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \
1176 src/tests/testutil.cc src/config_for_unittests.h \ 1207 src/tests/testutil.cc src/config_for_unittests.h \
1177 src/google/malloc_extension.h 1208 src/google/malloc_extension.h
1178 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_40 = tcmalloc_and_profiler_unitt est-tcmalloc_unittest.$(OBJEXT) \ 1209 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_41 = tcmalloc_and_profiler_unitt est-tcmalloc_unittest.$(OBJEXT) \
1179 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_and_profiler_unittest-testutil. $(OBJEXT) \ 1210 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_and_profiler_unittest-testutil. $(OBJEXT) \
1180 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 1211 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
1181 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_and_prof iler_unittest_OBJECTS = $(am__objects_40) 1212 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_and_prof iler_unittest_OBJECTS = $(am__objects_41)
1182 tcmalloc_and_profiler_unittest_OBJECTS = \ 1213 tcmalloc_and_profiler_unittest_OBJECTS = \
1183 $(am_tcmalloc_and_profiler_unittest_OBJECTS) 1214 $(am_tcmalloc_and_profiler_unittest_OBJECTS)
1184 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_and_profile r_unittest_DEPENDENCIES = libtcmalloc_and_profiler.la 1215 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_and_profile r_unittest_DEPENDENCIES = libtcmalloc_and_profiler.la
1185 am__tcmalloc_both_unittest_SOURCES_DIST = \ 1216 am__tcmalloc_both_unittest_SOURCES_DIST = \
1186 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \ 1217 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \
1187 src/tests/testutil.cc src/config_for_unittests.h \ 1218 src/tests/testutil.cc src/config_for_unittests.h \
1188 src/google/malloc_extension.h 1219 src/google/malloc_extension.h
1189 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_both_unittest_OBJECTS = tcmalloc _both_unittest-tcmalloc_unittest.$(OBJEXT) \ 1220 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_42 = tcmalloc_both_unittest-tcma lloc_unittest.$(OBJEXT) \
1190 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_both_unittest-testutil.$(OBJEXT ) \ 1221 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_both_unittest-testutil.$(OBJEXT ) \
1191 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 1222 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
1223 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_both_unittest_OBJECTS = $(am__objects_42)
1192 tcmalloc_both_unittest_OBJECTS = $(am_tcmalloc_both_unittest_OBJECTS) 1224 tcmalloc_both_unittest_OBJECTS = $(am_tcmalloc_both_unittest_OBJECTS)
1193 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unitt est_DEPENDENCIES = $(am__DEPENDENCIES_6) \ 1225 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__DEPENDENCIES_8 = $(am__DEPENDENCIES_6) \
1194 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_5) \ 1226 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_5) \
1195 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ liblogging.la \ 1227 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ liblogging.la \
1196 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1) 1228 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1)
1197 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unitte st_DEPENDENCIES = $(am__DEPENDENCIES_6) \ 1229 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__DEPENDENCIES_8 = $(am__DEPENDENCIES_6) \
1198 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_5) \ 1230 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_5) \
1199 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libprofiler.la \ 1231 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libprofiler.la \
1200 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ liblogging.la \ 1232 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ liblogging.la \
1201 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1) 1233 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1)
1234 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_DEPENDENCI ES = $(am__DEPENDENCIES_8)
1202 am__tcmalloc_debug_unittest_SOURCES_DIST = \ 1235 am__tcmalloc_debug_unittest_SOURCES_DIST = \
1203 src/tests/tcmalloc_unittest.cc src/tcmalloc.h \ 1236 src/tests/tcmalloc_unittest.cc src/tcmalloc.h \
1204 src/tests/testutil.h src/tests/testutil.cc \ 1237 src/tests/testutil.h src/tests/testutil.cc \
1205 src/config_for_unittests.h src/google/malloc_extension.h 1238 src/config_for_unittests.h src/google/malloc_extension.h
1206 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_41 = tcmalloc_debug_unittest-tcm alloc_unittest.$(OBJEXT) \ 1239 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_43 = tcmalloc_debug_unittest-tcm alloc_unittest.$(OBJEXT) \
1207 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_debug_unittest-testutil.$(OBJEX T) \ 1240 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_debug_unittest-testutil.$(OBJEX T) \
1208 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 1241 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
1209 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_debug_unit test_OBJECTS = $(am__objects_41) 1242 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_debug_unit test_OBJECTS = $(am__objects_43)
1210 tcmalloc_debug_unittest_OBJECTS = \ 1243 tcmalloc_debug_unittest_OBJECTS = \
1211 $(am_tcmalloc_debug_unittest_OBJECTS) 1244 $(am_tcmalloc_debug_unittest_OBJECTS)
1212 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_debug_unittes t_DEPENDENCIES = libtcmalloc_debug.la \ 1245 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_debug_unittes t_DEPENDENCIES = libtcmalloc_debug.la \
1213 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1) 1246 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1)
1214 am__tcmalloc_large_unittest_SOURCES_DIST = \ 1247 am__tcmalloc_large_unittest_SOURCES_DIST = \
1215 src/tests/tcmalloc_large_unittest.cc 1248 src/tests/tcmalloc_large_unittest.cc
1216 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_large_unittest_OBJECTS = tcmallo c_large_unittest-tcmalloc_large_unittest.$(OBJEXT) 1249 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_large_unittest_OBJECTS = tcmallo c_large_unittest-tcmalloc_large_unittest.$(OBJEXT)
1217 tcmalloc_large_unittest_OBJECTS = \ 1250 tcmalloc_large_unittest_OBJECTS = \
1218 $(am_tcmalloc_large_unittest_OBJECTS) 1251 $(am_tcmalloc_large_unittest_OBJECTS)
1219 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_large_unittest_DEPENDENCIES = \ 1252 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_large_unittest_DEPENDENCIES = \
1220 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_6) \ 1253 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_6) \
1221 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 1254 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1)
1222 am__tcmalloc_minimal_debug_unittest_SOURCES_DIST = \ 1255 am__tcmalloc_minimal_debug_unittest_SOURCES_DIST = \
1223 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \ 1256 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \
1224 src/tests/testutil.cc src/config_for_unittests.h \ 1257 src/tests/testutil.cc src/config_for_unittests.h \
1225 src/google/malloc_extension.h 1258 src/google/malloc_extension.h
1226 am__objects_42 = \ 1259 am__objects_44 = \
1227 tcmalloc_minimal_debug_unittest-tcmalloc_unittest.$(OBJEXT) \ 1260 tcmalloc_minimal_debug_unittest-tcmalloc_unittest.$(OBJEXT) \
1228 tcmalloc_minimal_debug_unittest-testutil.$(OBJEXT) \ 1261 tcmalloc_minimal_debug_unittest-testutil.$(OBJEXT) \
1229 $(am__objects_1) 1262 $(am__objects_1)
1230 @WITH_DEBUGALLOC_TRUE@am_tcmalloc_minimal_debug_unittest_OBJECTS = \ 1263 @WITH_DEBUGALLOC_TRUE@am_tcmalloc_minimal_debug_unittest_OBJECTS = \
1231 @WITH_DEBUGALLOC_TRUE@» $(am__objects_42) 1264 @WITH_DEBUGALLOC_TRUE@» $(am__objects_44)
1232 tcmalloc_minimal_debug_unittest_OBJECTS = \ 1265 tcmalloc_minimal_debug_unittest_OBJECTS = \
1233 $(am_tcmalloc_minimal_debug_unittest_OBJECTS) 1266 $(am_tcmalloc_minimal_debug_unittest_OBJECTS)
1234 @WITH_DEBUGALLOC_TRUE@tcmalloc_minimal_debug_unittest_DEPENDENCIES = \ 1267 @WITH_DEBUGALLOC_TRUE@tcmalloc_minimal_debug_unittest_DEPENDENCIES = \
1235 @WITH_DEBUGALLOC_TRUE@ libtcmalloc_minimal_debug.la \ 1268 @WITH_DEBUGALLOC_TRUE@ libtcmalloc_minimal_debug.la \
1236 @WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_1) 1269 @WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_1)
1237 am_tcmalloc_minimal_large_unittest_OBJECTS = tcmalloc_minimal_large_unittest-tcm alloc_large_unittest.$(OBJEXT) 1270 am_tcmalloc_minimal_large_unittest_OBJECTS = tcmalloc_minimal_large_unittest-tcm alloc_large_unittest.$(OBJEXT)
1238 tcmalloc_minimal_large_unittest_OBJECTS = \ 1271 tcmalloc_minimal_large_unittest_OBJECTS = \
1239 $(am_tcmalloc_minimal_large_unittest_OBJECTS) 1272 $(am_tcmalloc_minimal_large_unittest_OBJECTS)
1240 tcmalloc_minimal_large_unittest_DEPENDENCIES = $(am__DEPENDENCIES_5) \ 1273 tcmalloc_minimal_large_unittest_DEPENDENCIES = $(am__DEPENDENCIES_5) \
1241 $(am__DEPENDENCIES_1) 1274 $(am__DEPENDENCIES_1)
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
1498 ENABLE_FRAME_POINTERS_TRUE = @ENABLE_FRAME_POINTERS_TRUE@ 1531 ENABLE_FRAME_POINTERS_TRUE = @ENABLE_FRAME_POINTERS_TRUE@
1499 ENABLE_STATIC_FALSE = @ENABLE_STATIC_FALSE@ 1532 ENABLE_STATIC_FALSE = @ENABLE_STATIC_FALSE@
1500 ENABLE_STATIC_TRUE = @ENABLE_STATIC_TRUE@ 1533 ENABLE_STATIC_TRUE = @ENABLE_STATIC_TRUE@
1501 EXEEXT = @EXEEXT@ 1534 EXEEXT = @EXEEXT@
1502 FGREP = @FGREP@ 1535 FGREP = @FGREP@
1503 GCC_FALSE = @GCC_FALSE@ 1536 GCC_FALSE = @GCC_FALSE@
1504 GCC_TRUE = @GCC_TRUE@ 1537 GCC_TRUE = @GCC_TRUE@
1505 GREP = @GREP@ 1538 GREP = @GREP@
1506 HAVE_OBJCOPY_WEAKEN_FALSE = @HAVE_OBJCOPY_WEAKEN_FALSE@ 1539 HAVE_OBJCOPY_WEAKEN_FALSE = @HAVE_OBJCOPY_WEAKEN_FALSE@
1507 HAVE_OBJCOPY_WEAKEN_TRUE = @HAVE_OBJCOPY_WEAKEN_TRUE@ 1540 HAVE_OBJCOPY_WEAKEN_TRUE = @HAVE_OBJCOPY_WEAKEN_TRUE@
1541 HAVE_W_NO_UNUSED_RESULT_FALSE = @HAVE_W_NO_UNUSED_RESULT_FALSE@
1542 HAVE_W_NO_UNUSED_RESULT_TRUE = @HAVE_W_NO_UNUSED_RESULT_TRUE@
1508 INSTALL_DATA = @INSTALL_DATA@ 1543 INSTALL_DATA = @INSTALL_DATA@
1509 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 1544 INSTALL_PROGRAM = @INSTALL_PROGRAM@
1510 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 1545 INSTALL_SCRIPT = @INSTALL_SCRIPT@
1511 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 1546 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1512 LD = @LD@ 1547 LD = @LD@
1513 LDFLAGS = @LDFLAGS@ 1548 LDFLAGS = @LDFLAGS@
1514 LIBOBJS = @LIBOBJS@ 1549 LIBOBJS = @LIBOBJS@
1515 LIBS = @LIBS@ 1550 LIBS = @LIBS@
1516 LIBSTDCXX_LA_LINKER_FLAG = @LIBSTDCXX_LA_LINKER_FLAG@ 1551 LIBSTDCXX_LA_LINKER_FLAG = @LIBSTDCXX_LA_LINKER_FLAG@
1517 LIBTOOL = @LIBTOOL@ 1552 LIBTOOL = @LIBTOOL@
1518 LIBTOOL_DEPS = @LIBTOOL_DEPS@ 1553 LIBTOOL_DEPS = @LIBTOOL_DEPS@
1519 LIPO = @LIPO@ 1554 LIPO = @LIPO@
1520 LN_S = @LN_S@ 1555 LN_S = @LN_S@
1521 LTLIBOBJS = @LTLIBOBJS@ 1556 LTLIBOBJS = @LTLIBOBJS@
1522 MAKEINFO = @MAKEINFO@ 1557 MAKEINFO = @MAKEINFO@
1523 MINGW_FALSE = @MINGW_FALSE@ 1558 MINGW_FALSE = @MINGW_FALSE@
1524 MINGW_TRUE = @MINGW_TRUE@ 1559 MINGW_TRUE = @MINGW_TRUE@
1525 NANOSLEEP_LIBS = @NANOSLEEP_LIBS@ 1560 NANOSLEEP_LIBS = @NANOSLEEP_LIBS@
1526 NM = @NM@ 1561 NM = @NM@
1527 NMEDIT = @NMEDIT@ 1562 NMEDIT = @NMEDIT@
1528 OBJCOPY = @OBJCOPY@ 1563 OBJCOPY = @OBJCOPY@
1529 OBJDUMP = @OBJDUMP@ 1564 OBJDUMP = @OBJDUMP@
1530 OBJEXT = @OBJEXT@ 1565 OBJEXT = @OBJEXT@
1566 OSX_FALSE = @OSX_FALSE@
1567 OSX_TRUE = @OSX_TRUE@
1531 OTOOL = @OTOOL@ 1568 OTOOL = @OTOOL@
1532 OTOOL64 = @OTOOL64@ 1569 OTOOL64 = @OTOOL64@
1533 PACKAGE = @PACKAGE@ 1570 PACKAGE = @PACKAGE@
1534 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 1571 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1535 PACKAGE_NAME = @PACKAGE_NAME@ 1572 PACKAGE_NAME = @PACKAGE_NAME@
1536 PACKAGE_STRING = @PACKAGE_STRING@ 1573 PACKAGE_STRING = @PACKAGE_STRING@
1537 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 1574 PACKAGE_TARNAME = @PACKAGE_TARNAME@
1538 PACKAGE_URL = @PACKAGE_URL@ 1575 PACKAGE_URL = @PACKAGE_URL@
1539 PACKAGE_VERSION = @PACKAGE_VERSION@ 1576 PACKAGE_VERSION = @PACKAGE_VERSION@
1540 PATH_SEPARATOR = @PATH_SEPARATOR@ 1577 PATH_SEPARATOR = @PATH_SEPARATOR@
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1620 sysconfdir = @sysconfdir@ 1657 sysconfdir = @sysconfdir@
1621 target_alias = @target_alias@ 1658 target_alias = @target_alias@
1622 1659
1623 # Make sure that when we re-make ./configure, we get the macros we need 1660 # Make sure that when we re-make ./configure, we get the macros we need
1624 ACLOCAL_AMFLAGS = -I m4 1661 ACLOCAL_AMFLAGS = -I m4
1625 1662
1626 # This is so we can #include <google/foo> 1663 # This is so we can #include <google/foo>
1627 AM_CPPFLAGS = -I$(top_srcdir)/src $(am__append_1) 1664 AM_CPPFLAGS = -I$(top_srcdir)/src $(am__append_1)
1628 1665
1629 # This is mostly based on configure options 1666 # This is mostly based on configure options
1630 AM_CXXFLAGS = $(am__append_2) $(am__append_3) $(am__append_4) 1667 AM_CXXFLAGS = $(am__append_2) $(am__append_3) $(am__append_4) \
1668 » $(am__append_5)
1631 1669
1632 # The -no-undefined flag allows libtool to generate shared libraries for 1670 # The -no-undefined flag allows libtool to generate shared libraries for
1633 # Cygwin and MinGW. LIBSTDCXX_LA_LINKER_FLAG is used to fix a Solaris bug. 1671 # Cygwin and MinGW. LIBSTDCXX_LA_LINKER_FLAG is used to fix a Solaris bug.
1634 AM_LDFLAGS = -no-undefined $(LIBSTDCXX_LA_LINKER_FLAG) 1672 AM_LDFLAGS = -no-undefined $(LIBSTDCXX_LA_LINKER_FLAG)
1635 @GCC_FALSE@NO_EXCEPTIONS = 1673 @GCC_FALSE@NO_EXCEPTIONS =
1636 1674
1637 # We know our low-level code cannot trigger an exception. On some 1675 # We know our low-level code cannot trigger an exception. On some
1638 # systems, such as cygwin, it would be disastrous if they did, because 1676 # systems, such as cygwin, it would be disastrous if they did, because
1639 # the exception handler might call malloc! If our low-level routines 1677 # the exception handler might call malloc! If our low-level routines
1640 # raised an exception within the malloc, they'd deadlock. Luckily, 1678 # raised an exception within the malloc, they'd deadlock. Luckily,
1641 # we control all this code, and do not need exceptions for it. 1679 # we control all this code, and do not need exceptions for it.
1642 @GCC_TRUE@NO_EXCEPTIONS = -fno-exceptions 1680 @GCC_TRUE@NO_EXCEPTIONS = -fno-exceptions
1643 1681
1644 # For windows systems (at least, mingw), we need to tell all our 1682 # For windows systems (at least, mingw), we need to tell all our
1645 # tests to link in libtcmalloc using -u. This is because libtcmalloc 1683 # tests to link in libtcmalloc using -u. This is because libtcmalloc
1646 # accomplishes its tasks via patching, leaving no work for the linker 1684 # accomplishes its tasks via patching, leaving no work for the linker
1647 # to identify, so the linker will ignore libtcmalloc by default unless 1685 # to identify, so the linker will ignore libtcmalloc by default unless
1648 # we explicitly create a dependency via -u. 1686 # we explicitly create a dependency via -u.
1649 TCMALLOC_FLAGS = $(am__append_5) 1687 TCMALLOC_FLAGS = $(am__append_6)
1650 @HAVE_OBJCOPY_WEAKEN_FALSE@WEAKEN = : 1688 @HAVE_OBJCOPY_WEAKEN_FALSE@WEAKEN = :
1651 1689
1652 # If we have objcopy, make malloc/free/etc weak symbols. That way folks 1690 # If we have objcopy, make malloc/free/etc weak symbols. That way folks
1653 # can override our malloc if they want to (they can still use tc_malloc). 1691 # can override our malloc if they want to (they can still use tc_malloc).
1654 # Note: the weird-looking symbols are the c++ memory functions: 1692 # Note: the weird-looking symbols are the c++ memory functions:
1655 # (in order) new, new(nothrow), new[], new[](nothrow), delete, delete[] 1693 # (in order) new, new(nothrow), new[], new[](nothrow), delete, delete[]
1656 # In theory this will break if mangling changes, but that seems pretty 1694 # In theory this will break if mangling changes, but that seems pretty
1657 # unlikely at this point. Just in case, I throw in versions with an 1695 # unlikely at this point. Just in case, I throw in versions with an
1658 # extra underscore as well, which may help on OS X. 1696 # extra underscore as well, which may help on OS X.
1659 @HAVE_OBJCOPY_WEAKEN_TRUE@WEAKEN = $(OBJCOPY) -W malloc -W free -W realloc -W ca lloc -W cfree \ 1697 @HAVE_OBJCOPY_WEAKEN_TRUE@WEAKEN = $(OBJCOPY) -W malloc -W free -W realloc -W ca lloc -W cfree \
1660 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W memalign -W posix_memalign -W valloc -W pv alloc \ 1698 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W memalign -W posix_memalign -W valloc -W pv alloc \
1661 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W malloc_stats -W mallopt -W mallinfo \ 1699 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W malloc_stats -W mallopt -W mallinfo \
1662 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W _Znwm -W _ZnwmRKSt9nothrow_t -W _Znam -W _ ZnamRKSt9nothrow_t \ 1700 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W _Znwm -W _ZnwmRKSt9nothrow_t -W _Znam -W _ ZnamRKSt9nothrow_t \
1663 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W _ZdlPv -W _ZdaPv \ 1701 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W _ZdlPv -W _ZdaPv \
1664 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W __Znwm -W __ZnwmRKSt9nothrow_t -W __Znam - W __ZnamRKSt9nothrow_t \ 1702 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W __Znwm -W __ZnwmRKSt9nothrow_t -W __Znam - W __ZnamRKSt9nothrow_t \
1665 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W __ZdlPv -W __ZdaPv 1703 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W __ZdlPv -W __ZdaPv
1666 1704
1667 LIBS_TO_WEAKEN = libtcmalloc_minimal.la $(am__append_23) \ 1705 LIBS_TO_WEAKEN = libtcmalloc_minimal.la $(am__append_24) \
1668 » $(am__append_34) $(am__append_49) $(am__append_64) 1706 » $(am__append_37) $(am__append_54) $(am__append_69)
1669 googleincludedir = $(includedir)/google 1707 googleincludedir = $(includedir)/google
1670 # The .h files you want to install (that is, .h files that people 1708 # The .h files you want to install (that is, .h files that people
1671 # who install this package can include in their own applications.) 1709 # who install this package can include in their own applications.)
1672 # We'll add to this later, on a library-by-library basis 1710 # We'll add to this later, on a library-by-library basis
1673 googleinclude_HEADERS = $(am__append_9) \ 1711 googleinclude_HEADERS = $(am__append_10) \
1674 » $(SG_TCMALLOC_MINIMAL_INCLUDES) $(am__append_28) \ 1712 » $(SG_TCMALLOC_MINIMAL_INCLUDES) $(am__append_31) \
1675 » $(am__append_56) 1713 » $(am__append_61)
1676 # tcmalloc.h is a special case, because it's a .h.in file 1714 # tcmalloc.h is a special case, because it's a .h.in file
1677 nodist_googleinclude_HEADERS = src/google/tcmalloc.h 1715 nodist_googleinclude_HEADERS = src/google/tcmalloc.h
1678 noinst_HEADERS = src/google/tcmalloc.h.in 1716 noinst_HEADERS = src/google/tcmalloc.h.in
1679 # This is for HTML and other documentation you want to install. 1717 # This is for HTML and other documentation you want to install.
1680 # Add your documentation files (in doc/) in addition to these 1718 # Add your documentation files (in doc/) in addition to these
1681 # top-level boilerplate files. Also add a TODO file if you have one. 1719 # top-level boilerplate files. Also add a TODO file if you have one.
1682 # We'll add to this later, on a library-by-library basis 1720 # We'll add to this later, on a library-by-library basis
1683 1721
1684 ### Documentation 1722 ### Documentation
1685 1723
1686 # I don't know how to say "distribute the .dot files but don't install them"; 1724 # I don't know how to say "distribute the .dot files but don't install them";
1687 # noinst doesn't seem to work with data. I separate them out anyway, in case 1725 # noinst doesn't seem to work with data. I separate them out anyway, in case
1688 # one day we figure it out. Regardless, installing the dot files isn't the 1726 # one day we figure it out. Regardless, installing the dot files isn't the
1689 # end of the world. 1727 # end of the world.
1690 dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \ 1728 dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \
1691 README_windows.txt TODO doc/index.html doc/designstyle.css \ 1729 README_windows.txt TODO doc/index.html doc/designstyle.css \
1692 » $(am__append_12) doc/tcmalloc.html doc/overview.gif \ 1730 » $(am__append_13) doc/tcmalloc.html doc/overview.gif \
1693 doc/pageheap.gif doc/spanmap.gif doc/threadheap.gif \ 1731 doc/pageheap.gif doc/spanmap.gif doc/threadheap.gif \
1694 doc/t-test1.times.txt \ 1732 doc/t-test1.times.txt \
1695 doc/tcmalloc-opspercpusec.vs.threads.1024.bytes.png \ 1733 doc/tcmalloc-opspercpusec.vs.threads.1024.bytes.png \
1696 doc/tcmalloc-opspercpusec.vs.threads.128.bytes.png \ 1734 doc/tcmalloc-opspercpusec.vs.threads.128.bytes.png \
1697 doc/tcmalloc-opspercpusec.vs.threads.131072.bytes.png \ 1735 doc/tcmalloc-opspercpusec.vs.threads.131072.bytes.png \
1698 doc/tcmalloc-opspercpusec.vs.threads.16384.bytes.png \ 1736 doc/tcmalloc-opspercpusec.vs.threads.16384.bytes.png \
1699 doc/tcmalloc-opspercpusec.vs.threads.2048.bytes.png \ 1737 doc/tcmalloc-opspercpusec.vs.threads.2048.bytes.png \
1700 doc/tcmalloc-opspercpusec.vs.threads.256.bytes.png \ 1738 doc/tcmalloc-opspercpusec.vs.threads.256.bytes.png \
1701 doc/tcmalloc-opspercpusec.vs.threads.32768.bytes.png \ 1739 doc/tcmalloc-opspercpusec.vs.threads.32768.bytes.png \
1702 doc/tcmalloc-opspercpusec.vs.threads.4096.bytes.png \ 1740 doc/tcmalloc-opspercpusec.vs.threads.4096.bytes.png \
1703 doc/tcmalloc-opspercpusec.vs.threads.512.bytes.png \ 1741 doc/tcmalloc-opspercpusec.vs.threads.512.bytes.png \
1704 doc/tcmalloc-opspercpusec.vs.threads.64.bytes.png \ 1742 doc/tcmalloc-opspercpusec.vs.threads.64.bytes.png \
1705 doc/tcmalloc-opspercpusec.vs.threads.65536.bytes.png \ 1743 doc/tcmalloc-opspercpusec.vs.threads.65536.bytes.png \
1706 doc/tcmalloc-opspercpusec.vs.threads.8192.bytes.png \ 1744 doc/tcmalloc-opspercpusec.vs.threads.8192.bytes.png \
1707 doc/tcmalloc-opspersec.vs.size.1.threads.png \ 1745 doc/tcmalloc-opspersec.vs.size.1.threads.png \
1708 doc/tcmalloc-opspersec.vs.size.12.threads.png \ 1746 doc/tcmalloc-opspersec.vs.size.12.threads.png \
1709 doc/tcmalloc-opspersec.vs.size.16.threads.png \ 1747 doc/tcmalloc-opspersec.vs.size.16.threads.png \
1710 doc/tcmalloc-opspersec.vs.size.2.threads.png \ 1748 doc/tcmalloc-opspersec.vs.size.2.threads.png \
1711 doc/tcmalloc-opspersec.vs.size.20.threads.png \ 1749 doc/tcmalloc-opspersec.vs.size.20.threads.png \
1712 doc/tcmalloc-opspersec.vs.size.3.threads.png \ 1750 doc/tcmalloc-opspersec.vs.size.3.threads.png \
1713 doc/tcmalloc-opspersec.vs.size.4.threads.png \ 1751 doc/tcmalloc-opspersec.vs.size.4.threads.png \
1714 doc/tcmalloc-opspersec.vs.size.5.threads.png \ 1752 doc/tcmalloc-opspersec.vs.size.5.threads.png \
1715 doc/tcmalloc-opspersec.vs.size.8.threads.png doc/overview.dot \ 1753 doc/tcmalloc-opspersec.vs.size.8.threads.png doc/overview.dot \
1716 doc/pageheap.dot doc/spanmap.dot doc/threadheap.dot \ 1754 doc/pageheap.dot doc/spanmap.dot doc/threadheap.dot \
1717 » $(am__append_46) $(am__append_47) $(am__append_61) 1755 » $(am__append_51) $(am__append_52) $(am__append_66)
1718 1756
1719 # The libraries (.so's) you want to install 1757 # The libraries (.so's) you want to install
1720 # We'll add to this later, on a library-by-library basis 1758 # We'll add to this later, on a library-by-library basis
1721 lib_LTLIBRARIES = libtcmalloc_minimal.la $(am__append_22) \ 1759 lib_LTLIBRARIES = libtcmalloc_minimal.la $(am__append_23) \
1722 » $(am__append_30) $(am__append_48) $(am__append_57) \ 1760 » $(am__append_33) $(am__append_53) $(am__append_62) \
1723 » $(am__append_62) 1761 » $(am__append_67)
1724 # This is for 'convenience libraries' -- basically just a container for sources 1762 # This is for 'convenience libraries' -- basically just a container for sources
1725 1763
1726 ### Making the library 1764 ### Making the library
1727 1765
1728 # As we describe at the top of this file, we want to turn off exceptions 1766 # As we describe at the top of this file, we want to turn off exceptions
1729 # for all files in this library -- except tcmalloc.cc which needs them 1767 # for all files in this library -- except tcmalloc.cc which needs them
1730 # to fulfill its API. Automake doesn't allow per-file CXXFLAGS, so we need 1768 # to fulfill its API. Automake doesn't allow per-file CXXFLAGS, so we need
1731 # to separate into two libraries. 1769 # to separate into two libraries.
1732 noinst_LTLIBRARIES = liblogging.la libsysinfo.la $(am__append_6) \ 1770 noinst_LTLIBRARIES = liblogging.la libsysinfo.la $(am__append_7) \
1733 » $(am__append_8) $(am__append_10) \ 1771 » $(am__append_9) $(am__append_11) \
1734 » libtcmalloc_minimal_internal.la $(am__append_29) 1772 » libtcmalloc_minimal_internal.la $(am__append_32)
1735 WINDOWS_PROJECTS = google-perftools.sln \ 1773 WINDOWS_PROJECTS = google-perftools.sln \
1736 vsprojects/low_level_alloc_unittest/low_level_alloc_unittest.vcproj \ 1774 vsprojects/low_level_alloc_unittest/low_level_alloc_unittest.vcproj \
1737 » $(am__append_14) \ 1775 » $(am__append_15) \
1738 vsprojects/libtcmalloc_minimal/libtcmalloc_minimal.vcproj \ 1776 vsprojects/libtcmalloc_minimal/libtcmalloc_minimal.vcproj \
1739 vsprojects/tcmalloc_minimal_unittest/tcmalloc_minimal_unittest.vcproj \ 1777 vsprojects/tcmalloc_minimal_unittest/tcmalloc_minimal_unittest.vcproj \
1740 vsprojects/tmu-static/tmu-static.vcproj \ 1778 vsprojects/tmu-static/tmu-static.vcproj \
1741 vsprojects/tcmalloc_minimal_large/tcmalloc_minimal_large_unittest.vcproj \ 1779 vsprojects/tcmalloc_minimal_large/tcmalloc_minimal_large_unittest.vcproj \
1742 vsprojects/addressmap_unittest/addressmap_unittest.vcproj \ 1780 vsprojects/addressmap_unittest/addressmap_unittest.vcproj \
1743 vsprojects/packed-cache_test/packed-cache_test.vcproj \ 1781 vsprojects/packed-cache_test/packed-cache_test.vcproj \
1744 vsprojects/frag_unittest/frag_unittest.vcproj \ 1782 vsprojects/frag_unittest/frag_unittest.vcproj \
1745 vsprojects/markidle_unittest/markidle_unittest.vcproj \ 1783 vsprojects/markidle_unittest/markidle_unittest.vcproj \
1746 vsprojects/current_allocated_bytes_test/current_allocated_bytes_test.vcp roj \ 1784 vsprojects/current_allocated_bytes_test/current_allocated_bytes_test.vcp roj \
1747 vsprojects/malloc_hook_test/malloc_hook_test.vcproj \ 1785 vsprojects/malloc_hook_test/malloc_hook_test.vcproj \
1748 vsprojects/malloc_extension_test/malloc_extension_test.vcproj \ 1786 vsprojects/malloc_extension_test/malloc_extension_test.vcproj \
1749 vsprojects/page_heap_test/page_heap_test.vcproj \ 1787 vsprojects/page_heap_test/page_heap_test.vcproj \
1750 vsprojects/pagemap_unittest/pagemap_unittest.vcproj \ 1788 vsprojects/pagemap_unittest/pagemap_unittest.vcproj \
1751 vsprojects/realloc_unittest/realloc_unittest.vcproj \ 1789 vsprojects/realloc_unittest/realloc_unittest.vcproj \
1752 vsprojects/stack_trace_table_test/stack_trace_table_test.vcproj \ 1790 vsprojects/stack_trace_table_test/stack_trace_table_test.vcproj \
1753 vsprojects/thread_dealloc_unittest/thread_dealloc_unittest.vcproj \ 1791 vsprojects/thread_dealloc_unittest/thread_dealloc_unittest.vcproj \
1754 » $(am__append_37) 1792 » $(am__append_42)
1755 1793
1756 # unittests you want to run when people type 'make check'. 1794 # unittests you want to run when people type 'make check'.
1757 # Note: tests cannot take any arguments! 1795 # Note: tests cannot take any arguments!
1758 # In theory, unittests that are scripts should be added to check_SCRIPTS 1796 # In theory, unittests that are scripts should be added to check_SCRIPTS
1759 # instead. But check_SCRIPTS is definitely a second-class testing mechanims: 1797 # instead. But check_SCRIPTS is definitely a second-class testing mechanims:
1760 # it don't get TESTS_ENVIRONMENT, and it doesn't get success/failure counting 1798 # it don't get TESTS_ENVIRONMENT, and it doesn't get success/failure counting
1761 # (in fact, a script failure aborts all the rest of the tests, even with -k). 1799 # (in fact, a script failure aborts all the rest of the tests, even with -k).
1762 # So, for scripts, we add the script to tests, and also put in an empty 1800 # So, for scripts, we add the script to tests, and also put in an empty
1763 # rule so automake doesn't try to build the script as a C binary. 1801 # rule so automake doesn't try to build the script as a C binary.
1764 1802
1765 ### Unittests 1803 ### Unittests
1766 1804
1767 ### Unittests 1805 ### Unittests
1768 1806
1769 # Commented out for the moment because malloc(very_big_num) is broken in 1807 # Commented out for the moment because malloc(very_big_num) is broken in
1770 # standard libc! At least, in some situations, some of the time. 1808 # standard libc! At least, in some situations, some of the time.
1771 1809
1772 # These all tests components of tcmalloc_minimal 1810 # These all tests components of tcmalloc_minimal
1773 TESTS = low_level_alloc_unittest atomicops_unittest $(am__append_11) \ 1811 TESTS = low_level_alloc_unittest atomicops_unittest $(am__append_12) \
1774 tcmalloc_minimal_unittest tcmalloc_minimal_large_unittest \ 1812 tcmalloc_minimal_unittest tcmalloc_minimal_large_unittest \
1775 » $(am__append_15) addressmap_unittest $(am__append_18) \ 1813 » $(am__append_16) addressmap_unittest $(am__append_19) \
1776 packed_cache_test frag_unittest markidle_unittest \ 1814 packed_cache_test frag_unittest markidle_unittest \
1777 current_allocated_bytes_test malloc_hook_test \ 1815 current_allocated_bytes_test malloc_hook_test \
1778 » malloc_extension_test $(am__append_19) $(am__append_21) \ 1816 » malloc_extension_test $(am__append_20) $(am__append_22) \
1779 page_heap_test pagemap_unittest realloc_unittest \ 1817 page_heap_test pagemap_unittest realloc_unittest \
1780 stack_trace_table_test thread_dealloc_unittest \ 1818 stack_trace_table_test thread_dealloc_unittest \
1781 » $(am__append_24) $(am__append_25) $(am__append_35) \ 1819 » $(am__append_25) $(am__append_26) $(am__append_27) \
1782 » $(am__append_40) $(am__append_43) $(am__append_50) \ 1820 » $(am__append_28) $(am__append_38) $(am__append_39) \
1783 » $(am__append_52) $(am__append_54) $(am__append_58) \ 1821 » $(am__append_40) $(am__append_45) $(am__append_48) \
1784 » $(am__append_63) 1822 » $(am__append_55) $(am__append_57) $(am__append_59) \
1823 » $(am__append_63) $(am__append_68)
1785 # TESTS_ENVIRONMENT sets environment variables for when you run unittest. 1824 # TESTS_ENVIRONMENT sets environment variables for when you run unittest.
1786 # We always get "srcdir" set for free. 1825 # We always get "srcdir" set for free.
1787 # We'll add to this later, on a library-by-library basis. 1826 # We'll add to this later, on a library-by-library basis.
1788 TESTS_ENVIRONMENT = $(am__append_13) $(am__append_36) 1827 TESTS_ENVIRONMENT = $(am__append_14) $(am__append_41)
1789 # All script tests should be added here 1828 # All script tests should be added here
1790 noinst_SCRIPTS = $(am__append_16) $(am__append_26) $(am__append_38) \ 1829 noinst_SCRIPTS = $(am__append_17) $(am__append_29) $(am__append_43) \
1791 » $(am__append_41) $(am__append_44) $(am__append_59) 1830 » $(am__append_46) $(am__append_49) $(am__append_64)
1792 1831
1793 # This is my own var, used for extra libraries I make that I need installed 1832 # This is my own var, used for extra libraries I make that I need installed
1794 EXTRA_INSTALL = 1833 EXTRA_INSTALL =
1795 1834
1796 ### ------- library routines, in src/base 1835 ### ------- library routines, in src/base
1797 1836
1798 # This is a 'convenience library' -- it's not actually installed or anything 1837 # This is a 'convenience library' -- it's not actually installed or anything
1799 LOGGING_INCLUDES = src/base/logging.h \ 1838 LOGGING_INCLUDES = src/base/logging.h \
1800 src/base/commandlineflags.h \ 1839 src/base/commandlineflags.h \
1801 src/base/basictypes.h \ 1840 src/base/basictypes.h \
1802 src/base/dynamic_annotations.h \ 1841 src/base/dynamic_annotations.h \
1803 src/third_party/valgrind.h 1842 src/third_party/valgrind.h
1804 1843
1805 liblogging_la_SOURCES = src/base/logging.cc \ 1844 liblogging_la_SOURCES = src/base/logging.cc \
1806 src/base/dynamic_annotations.c \ 1845 src/base/dynamic_annotations.c \
1807 $(LOGGING_INCLUDES) 1846 $(LOGGING_INCLUDES)
1808 1847
1809 SYSINFO_INCLUDES = src/base/sysinfo.h \ 1848 SYSINFO_INCLUDES = src/base/sysinfo.h \
1810 src/base/logging.h \ 1849 src/base/logging.h \
1811 src/base/commandlineflags.h \ 1850 src/base/commandlineflags.h \
1812 src/base/cycleclock.h \ 1851 src/base/cycleclock.h \
1813 src/base/arm_instruction_set_select.h \ 1852 src/base/arm_instruction_set_select.h \
1814 src/base/basictypes.h 1853 src/base/basictypes.h
1815 1854
1816 libsysinfo_la_SOURCES = src/base/sysinfo.cc \ 1855 libsysinfo_la_SOURCES = src/base/sysinfo.cc \
1817 $(SYSINFO_INCLUDES) 1856 $(SYSINFO_INCLUDES)
1818 1857
1819 libsysinfo_la_LIBADD = $(NANOSLEEP_LIBS) $(am__append_7) 1858 libsysinfo_la_LIBADD = $(NANOSLEEP_LIBS) $(am__append_8)
1820 1859
1821 # For MinGW, we use also have to use libwindows Luckily, we need the 1860 # For MinGW, we use also have to use libwindows Luckily, we need the
1822 # windows.a library in exactly the same place we need spinlock.a 1861 # windows.a library in exactly the same place we need spinlock.a
1823 # (pretty much everywhere), so we can use the same variable name for 1862 # (pretty much everywhere), so we can use the same variable name for
1824 # each. We can also optimize the MinGW rule a bit by leaving out 1863 # each. We can also optimize the MinGW rule a bit by leaving out
1825 # files we know aren't used on windows, such as 1864 # files we know aren't used on windows, such as
1826 # atomicops-internals-x86.cc. libwindows also obsoletes the need for 1865 # atomicops-internals-x86.cc. libwindows also obsoletes the need for
1827 # other files like system_alloc.cc. 1866 # other files like system_alloc.cc.
1828 @MINGW_TRUE@WINDOWS_INCLUDES = src/windows/port.h \ 1867 @MINGW_TRUE@WINDOWS_INCLUDES = src/windows/port.h \
1829 @MINGW_TRUE@ src/windows/mingw.h \ 1868 @MINGW_TRUE@ src/windows/mingw.h \
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
1884 # windows has its own system for threads and system memory allocation. 1923 # windows has its own system for threads and system memory allocation.
1885 @MINGW_TRUE@MAYBE_THREADS_CC = 1924 @MINGW_TRUE@MAYBE_THREADS_CC =
1886 @MINGW_FALSE@SYSTEM_ALLOC_CC = src/system-alloc.cc 1925 @MINGW_FALSE@SYSTEM_ALLOC_CC = src/system-alloc.cc
1887 @MINGW_TRUE@SYSTEM_ALLOC_CC = 1926 @MINGW_TRUE@SYSTEM_ALLOC_CC =
1888 @MINGW_FALSE@libspinlock_la_LIBADD = $(NANOSLEEP_LIBS) 1927 @MINGW_FALSE@libspinlock_la_LIBADD = $(NANOSLEEP_LIBS)
1889 LOW_LEVEL_ALLOC_UNITTEST_INCLUDES = src/base/low_level_alloc.h \ 1928 LOW_LEVEL_ALLOC_UNITTEST_INCLUDES = src/base/low_level_alloc.h \
1890 src/base/basictypes.h \ 1929 src/base/basictypes.h \
1891 src/google/malloc_hook.h \ 1930 src/google/malloc_hook.h \
1892 src/google/malloc_hook_c.h \ 1931 src/google/malloc_hook_c.h \
1893 src/malloc_hook-inl.h \ 1932 src/malloc_hook-inl.h \
1933 src/malloc_hook_mmap_linux.h \
1934 src/malloc_hook_mmap_freebsd.h \
1894 $(SPINLOCK_INCLUDES) \ 1935 $(SPINLOCK_INCLUDES) \
1895 $(LOGGING_INCLUDES) 1936 $(LOGGING_INCLUDES)
1896 1937
1897 low_level_alloc_unittest_SOURCES = src/base/low_level_alloc.cc \ 1938 low_level_alloc_unittest_SOURCES = src/base/low_level_alloc.cc \
1898 src/malloc_hook.cc \ 1939 src/malloc_hook.cc \
1899 src/maybe_threads.cc \ 1940 $(MAYBE_THREADS_CC) \
1900 src/tests/low_level_alloc_unittest.cc \ 1941 src/tests/low_level_alloc_unittest.cc \
1901 $(LOW_LEVEL_ALLOC_UNITTEST_INCLUDES) 1942 $(LOW_LEVEL_ALLOC_UNITTEST_INCLUDES)
1902 1943
1903 # By default, MallocHook takes stack traces for use by the heap-checker. 1944 # By default, MallocHook takes stack traces for use by the heap-checker.
1904 # We don't need that functionality here, so we turn it off to reduce deps. 1945 # We don't need that functionality here, so we turn it off to reduce deps.
1905 low_level_alloc_unittest_CXXFLAGS = -DNO_TCMALLOC_SAMPLES 1946 low_level_alloc_unittest_CXXFLAGS = -DNO_TCMALLOC_SAMPLES
1906 low_level_alloc_unittest_LDADD = $(LIBSPINLOCK) 1947 low_level_alloc_unittest_LDADD = $(LIBSPINLOCK)
1907 ATOMICOPS_UNITTEST_INCLUDES = src/base/atomicops.h \ 1948 ATOMICOPS_UNITTEST_INCLUDES = src/base/atomicops.h \
1908 src/base/atomicops-internals-macosx.h \ 1949 src/base/atomicops-internals-macosx.h \
1909 src/base/atomicops-internals-windows.h \ 1950 src/base/atomicops-internals-windows.h \
1910 src/base/atomicops-internals-x86.h \ 1951 src/base/atomicops-internals-x86.h \
1911 $(LOGGING_INCLUDES) 1952 $(LOGGING_INCLUDES)
1912 1953
1913 atomicops_unittest_SOURCES = src/tests/atomicops_unittest.cc \ 1954 atomicops_unittest_SOURCES = src/tests/atomicops_unittest.cc \
1914 $(ATOMICOPS_UNITTEST_INCLUDES) 1955 $(ATOMICOPS_UNITTEST_INCLUDES)
1915 1956
1916 atomicops_unittest_LDADD = $(LIBSPINLOCK) 1957 atomicops_unittest_LDADD = $(LIBSPINLOCK)
1917 1958
1918 ### ------- stack trace 1959 ### ------- stack trace
1919 1960
1920 ### The header files we use. We divide into categories based on directory 1961 ### The header files we use. We divide into categories based on directory
1921 @WITH_STACK_TRACE_TRUE@S_STACKTRACE_INCLUDES = src/stacktrace_config.h \ 1962 @WITH_STACK_TRACE_TRUE@S_STACKTRACE_INCLUDES = src/stacktrace_config.h \
1922 @WITH_STACK_TRACE_TRUE@ src/stacktrace_generic-inl.h \ 1963 @WITH_STACK_TRACE_TRUE@ src/stacktrace_generic-inl.h \
1923 @WITH_STACK_TRACE_TRUE@ src/stacktrace_libunwind-inl.h \ 1964 @WITH_STACK_TRACE_TRUE@ src/stacktrace_libunwind-inl.h \
1965 @WITH_STACK_TRACE_TRUE@ src/stacktrace_nacl-inl.h \
1924 @WITH_STACK_TRACE_TRUE@ src/stacktrace_powerpc-inl.h \ 1966 @WITH_STACK_TRACE_TRUE@ src/stacktrace_powerpc-inl.h \
1925 @WITH_STACK_TRACE_TRUE@ src/stacktrace_x86_64-inl.h \ 1967 @WITH_STACK_TRACE_TRUE@ src/stacktrace_x86_64-inl.h \
1926 @WITH_STACK_TRACE_TRUE@ src/stacktrace_x86-inl.h \ 1968 @WITH_STACK_TRACE_TRUE@ src/stacktrace_x86-inl.h \
1927 @WITH_STACK_TRACE_TRUE@ src/stacktrace_win32-inl.h \ 1969 @WITH_STACK_TRACE_TRUE@ src/stacktrace_win32-inl.h \
1970 @WITH_STACK_TRACE_TRUE@ src/base/elf_mem_image.h \
1928 @WITH_STACK_TRACE_TRUE@ src/base/vdso_support.h 1971 @WITH_STACK_TRACE_TRUE@ src/base/vdso_support.h
1929 1972
1930 @WITH_STACK_TRACE_TRUE@SG_STACKTRACE_INCLUDES = src/google/stacktrace.h 1973 @WITH_STACK_TRACE_TRUE@SG_STACKTRACE_INCLUDES = src/google/stacktrace.h
1931 @WITH_STACK_TRACE_TRUE@STACKTRACE_INCLUDES = $(S_STACKTRACE_INCLUDES) $(SG_STACK TRACE_INCLUDES) 1974 @WITH_STACK_TRACE_TRUE@STACKTRACE_INCLUDES = $(S_STACKTRACE_INCLUDES) $(SG_STACK TRACE_INCLUDES)
1932 @WITH_STACK_TRACE_TRUE@libstacktrace_la_SOURCES = src/stacktrace.cc \ 1975 @WITH_STACK_TRACE_TRUE@libstacktrace_la_SOURCES = src/stacktrace.cc \
1976 @WITH_STACK_TRACE_TRUE@ src/base/elf_mem_image.cc \
1933 @WITH_STACK_TRACE_TRUE@ src/base/vdso_support.cc \ 1977 @WITH_STACK_TRACE_TRUE@ src/base/vdso_support.cc \
1934 @WITH_STACK_TRACE_TRUE@ $(STACKTRACE_INCLUDES) 1978 @WITH_STACK_TRACE_TRUE@ $(STACKTRACE_INCLUDES)
1935 1979
1936 @WITH_STACK_TRACE_TRUE@libstacktrace_la_LIBADD = $(UNWIND_LIBS) $(LIBSPINLOCK) 1980 @WITH_STACK_TRACE_TRUE@libstacktrace_la_LIBADD = $(UNWIND_LIBS) $(LIBSPINLOCK)
1937 @WITH_STACK_TRACE_TRUE@STACKTRACE_SYMBOLS = '(GetStackTrace|GetStackFrames|GetSt ackTraceWithContext|GetStackFramesWithContext)' 1981 @WITH_STACK_TRACE_TRUE@STACKTRACE_SYMBOLS = '(GetStackTrace|GetStackFrames|GetSt ackTraceWithContext|GetStackFramesWithContext)'
1938 @WITH_STACK_TRACE_TRUE@libstacktrace_la_LDFLAGS = -export-symbols-regex $(STACKT RACE_SYMBOLS) 1982 @WITH_STACK_TRACE_TRUE@libstacktrace_la_LDFLAGS = -export-symbols-regex $(STACKT RACE_SYMBOLS)
1939 @WITH_STACK_TRACE_TRUE@STACKTRACE_UNITTEST_INLCUDES = src/config_for_unittests.h \ 1983 @WITH_STACK_TRACE_TRUE@STACKTRACE_UNITTEST_INLCUDES = src/config_for_unittests.h \
1940 @WITH_STACK_TRACE_TRUE@ src/base/commandlineflags. h \ 1984 @WITH_STACK_TRACE_TRUE@ src/base/commandlineflags. h \
1941 @WITH_STACK_TRACE_TRUE@ $(STACKTRACE_INCLUDES) \ 1985 @WITH_STACK_TRACE_TRUE@ $(STACKTRACE_INCLUDES) \
1942 @WITH_STACK_TRACE_TRUE@ $(LOGGING_INCLUDES) 1986 @WITH_STACK_TRACE_TRUE@ $(LOGGING_INCLUDES)
(...skipping 22 matching lines...) Expand all
1965 src/system-alloc.h \ 2009 src/system-alloc.h \
1966 src/packed-cache-inl.h \ 2010 src/packed-cache-inl.h \
1967 $(SPINLOCK_INCLUDES) \ 2011 $(SPINLOCK_INCLUDES) \
1968 src/tcmalloc_guard.h \ 2012 src/tcmalloc_guard.h \
1969 src/base/commandlineflags.h \ 2013 src/base/commandlineflags.h \
1970 src/base/basictypes.h \ 2014 src/base/basictypes.h \
1971 src/pagemap.h \ 2015 src/pagemap.h \
1972 src/sampler.h \ 2016 src/sampler.h \
1973 src/central_freelist.h \ 2017 src/central_freelist.h \
1974 src/linked_list.h \ 2018 src/linked_list.h \
2019 src/libc_override.h \
2020 src/libc_override_gcc_and_weak.h \
2021 src/libc_override_glibc.h \
2022 src/libc_override_osx.h \
2023 src/libc_override_redefine.h \
1975 src/page_heap.h \ 2024 src/page_heap.h \
1976 src/page_heap_allocator.h \ 2025 src/page_heap_allocator.h \
1977 src/span.h \ 2026 src/span.h \
1978 src/static_vars.h \ 2027 src/static_vars.h \
1979 src/symbolize.h \ 2028 src/symbolize.h \
1980 src/thread_cache.h \ 2029 src/thread_cache.h \
1981 src/stack_trace_table.h \ 2030 src/stack_trace_table.h \
1982 src/base/thread_annotations.h \ 2031 src/base/thread_annotations.h \
1983 src/malloc_hook-inl.h \ 2032 src/malloc_hook-inl.h \
2033 src/malloc_hook_mmap_linux.h \
2034 src/malloc_hook_mmap_freebsd.h \
1984 src/maybe_threads.h 2035 src/maybe_threads.h
1985 2036
1986 SG_TCMALLOC_MINIMAL_INCLUDES = src/google/malloc_hook.h \ 2037 SG_TCMALLOC_MINIMAL_INCLUDES = src/google/malloc_hook.h \
1987 src/google/malloc_hook_c.h \ 2038 src/google/malloc_hook_c.h \
1988 src/google/malloc_extension.h \ 2039 src/google/malloc_extension.h \
1989 src/google/malloc_extension_c.h \ 2040 src/google/malloc_extension_c.h \
1990 src/google/stacktrace.h 2041 src/google/stacktrace.h
1991 2042
1992 TCMALLOC_MINIMAL_INCLUDES = $(S_TCMALLOC_MINIMAL_INCLUDES) $(SG_TCMALLOC_MINIMAL _INCLUDES) 2043 TCMALLOC_MINIMAL_INCLUDES = $(S_TCMALLOC_MINIMAL_INCLUDES) $(SG_TCMALLOC_MINIMAL _INCLUDES)
1993 libtcmalloc_minimal_internal_la_SOURCES = src/common.cc \ 2044 libtcmalloc_minimal_internal_la_SOURCES = src/common.cc \
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
2048 tcmalloc_minimal_large_unittest_SOURCES = src/tests/tcmalloc_large_unittest.cc 2099 tcmalloc_minimal_large_unittest_SOURCES = src/tests/tcmalloc_large_unittest.cc
2049 tcmalloc_minimal_large_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2100 tcmalloc_minimal_large_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
2050 tcmalloc_minimal_large_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) 2101 tcmalloc_minimal_large_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
2051 tcmalloc_minimal_large_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) 2102 tcmalloc_minimal_large_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
2052 @ENABLE_STATIC_FALSE@@MINGW_FALSE@maybe_threads_unittest_sh_SOURCES = src/tests/ maybe_threads_unittest.sh 2103 @ENABLE_STATIC_FALSE@@MINGW_FALSE@maybe_threads_unittest_sh_SOURCES = src/tests/ maybe_threads_unittest.sh
2053 ADDRESSMAP_UNITTEST_INCLUDES = src/addressmap-inl.h \ 2104 ADDRESSMAP_UNITTEST_INCLUDES = src/addressmap-inl.h \
2054 src/base/commandlineflags.h \ 2105 src/base/commandlineflags.h \
2055 $(LOGGING_INCLUDES) 2106 $(LOGGING_INCLUDES)
2056 2107
2057 addressmap_unittest_SOURCES = src/tests/addressmap_unittest.cc \ 2108 addressmap_unittest_SOURCES = src/tests/addressmap_unittest.cc \
2058 » $(ADDRESSMAP_UNITTEST_INCLUDES) $(am__append_17) 2109 » $(ADDRESSMAP_UNITTEST_INCLUDES) $(am__append_18)
2059 addressmap_unittest_CXXFLAGS = -g $(AM_CXXFLAGS) 2110 addressmap_unittest_CXXFLAGS = -g $(AM_CXXFLAGS)
2060 addressmap_unittest_LDADD = liblogging.la 2111 addressmap_unittest_LDADD = liblogging.la
2061 @MINGW_FALSE@system_alloc_unittest_SOURCES = src/config_for_unittests.h \ 2112 @MINGW_FALSE@system_alloc_unittest_SOURCES = src/config_for_unittests.h \
2062 @MINGW_FALSE@ src/tests/system-alloc_unittest.cc 2113 @MINGW_FALSE@ src/tests/system-alloc_unittest.cc
2063 2114
2064 @MINGW_FALSE@system_alloc_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2115 @MINGW_FALSE@system_alloc_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
2065 @MINGW_FALSE@system_alloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) 2116 @MINGW_FALSE@system_alloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
2066 @MINGW_FALSE@system_alloc_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS ) 2117 @MINGW_FALSE@system_alloc_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS )
2067 packed_cache_test_SOURCES = src/tests/packed-cache_test.cc 2118 packed_cache_test_SOURCES = src/tests/packed-cache_test.cc
2068 packed_cache_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2119 packed_cache_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
2103 malloc_extension_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2154 malloc_extension_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
2104 malloc_extension_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) 2155 malloc_extension_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
2105 malloc_extension_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) 2156 malloc_extension_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
2106 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_SOURCES = src/tests/ma lloc_extension_c_test.c \ 2157 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_SOURCES = src/tests/ma lloc_extension_c_test.c \
2107 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ src/google/m alloc_extension.h \ 2158 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ src/google/m alloc_extension.h \
2108 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ src/google/m alloc_extension_c.h 2159 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ src/google/m alloc_extension_c.h
2109 2160
2110 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_CFLAGS = \ 2161 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_CFLAGS = \
2111 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(PTHREAD_CFLAGS) \ 2162 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(PTHREAD_CFLAGS) \
2112 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(AM_CFLAGS) \ 2163 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(AM_CFLAGS) \
2113 @ENABLE_STATIC_FALSE@@MINGW_FALSE@» $(am__append_20) 2164 @ENABLE_STATIC_FALSE@@MINGW_FALSE@» $(am__append_21)
2114 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_LDFLAGS = $(PTHREAD_CF LAGS) $(TCMALLOC_FLAGS) 2165 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_LDFLAGS = $(PTHREAD_CF LAGS) $(TCMALLOC_FLAGS)
2115 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_LDADD = $(LIBTCMALLOC_ MINIMAL) $(PTHREAD_LIBS) 2166 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_LDADD = $(LIBTCMALLOC_ MINIMAL) $(PTHREAD_LIBS)
2116 @MINGW_FALSE@memalign_unittest_SOURCES = src/tests/memalign_unittest.cc \ 2167 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_SOURCES = src/tests/memalign_unittest. cc \
2117 @MINGW_FALSE@ src/tcmalloc.h \ 2168 @MINGW_FALSE@@OSX_FALSE@ src/tcmalloc.h \
2118 @MINGW_FALSE@ src/config_for_unittests.h \ 2169 @MINGW_FALSE@@OSX_FALSE@ src/config_for_unittests.h \
2119 @MINGW_FALSE@ src/tests/testutil.h src/tests/testutil .cc 2170 @MINGW_FALSE@@OSX_FALSE@ src/tests/testutil.h src/tes ts/testutil.cc
2120 2171
2121 @MINGW_FALSE@memalign_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2172 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXF LAGS)
2122 @MINGW_FALSE@memalign_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) 2173 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC _FLAGS)
2123 @MINGW_FALSE@memalign_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) 2174 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHRE AD_LIBS)
2124 page_heap_test_SOURCES = src/tests/page_heap_test.cc \ 2175 page_heap_test_SOURCES = src/tests/page_heap_test.cc \
2125 src/config_for_unittests.h \ 2176 src/config_for_unittests.h \
2126 src/base/logging.h \ 2177 src/base/logging.h \
2127 src/common.h \ 2178 src/common.h \
2128 src/page_heap.h 2179 src/page_heap.h
2129 2180
2130 page_heap_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2181 page_heap_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
2131 page_heap_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) 2182 page_heap_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
2132 page_heap_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) 2183 page_heap_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
2133 pagemap_unittest_SOURCES = src/tests/pagemap_unittest.cc \ 2184 pagemap_unittest_SOURCES = src/tests/pagemap_unittest.cc \
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
2172 @WITH_DEBUGALLOC_TRUE@tcmalloc_minimal_debug_unittest_SOURCES = $(tcmalloc_minim al_unittest_SOURCES) 2223 @WITH_DEBUGALLOC_TRUE@tcmalloc_minimal_debug_unittest_SOURCES = $(tcmalloc_minim al_unittest_SOURCES)
2173 @WITH_DEBUGALLOC_TRUE@tcmalloc_minimal_debug_unittest_CXXFLAGS = $(tcmalloc_mini mal_unittest_CXXFLAGS) \ 2224 @WITH_DEBUGALLOC_TRUE@tcmalloc_minimal_debug_unittest_CXXFLAGS = $(tcmalloc_mini mal_unittest_CXXFLAGS) \
2174 @WITH_DEBUGALLOC_TRUE@ -DDEBUGALLOCATI ON 2225 @WITH_DEBUGALLOC_TRUE@ -DDEBUGALLOCATI ON
2175 2226
2176 @WITH_DEBUGALLOC_TRUE@tcmalloc_minimal_debug_unittest_LDFLAGS = $(tcmalloc_minim al_unittest_LDFLAGS) 2227 @WITH_DEBUGALLOC_TRUE@tcmalloc_minimal_debug_unittest_LDFLAGS = $(tcmalloc_minim al_unittest_LDFLAGS)
2177 @WITH_DEBUGALLOC_TRUE@tcmalloc_minimal_debug_unittest_LDADD = libtcmalloc_minima l_debug.la $(PTHREAD_LIBS) 2228 @WITH_DEBUGALLOC_TRUE@tcmalloc_minimal_debug_unittest_LDADD = libtcmalloc_minima l_debug.la $(PTHREAD_LIBS)
2178 @WITH_DEBUGALLOC_TRUE@malloc_extension_debug_test_SOURCES = $(malloc_extension_t est_SOURCES) 2229 @WITH_DEBUGALLOC_TRUE@malloc_extension_debug_test_SOURCES = $(malloc_extension_t est_SOURCES)
2179 @WITH_DEBUGALLOC_TRUE@malloc_extension_debug_test_CXXFLAGS = $(malloc_extension_ test_CXXFLAGS) 2230 @WITH_DEBUGALLOC_TRUE@malloc_extension_debug_test_CXXFLAGS = $(malloc_extension_ test_CXXFLAGS)
2180 @WITH_DEBUGALLOC_TRUE@malloc_extension_debug_test_LDFLAGS = $(malloc_extension_t est_LDFLAGS) 2231 @WITH_DEBUGALLOC_TRUE@malloc_extension_debug_test_LDFLAGS = $(malloc_extension_t est_LDFLAGS)
2181 @WITH_DEBUGALLOC_TRUE@malloc_extension_debug_test_LDADD = libtcmalloc_minimal_de bug.la $(PTHREAD_LIBS) 2232 @WITH_DEBUGALLOC_TRUE@malloc_extension_debug_test_LDADD = libtcmalloc_minimal_de bug.la $(PTHREAD_LIBS)
2182 @WITH_DEBUGALLOC_TRUE@memalign_debug_unittest_SOURCES = $(memalign_unittest_SOUR CES) 2233 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@memalign_debug_unittest_SOURCES = $(memalign_unittest_SOURCES)
2183 @WITH_DEBUGALLOC_TRUE@memalign_debug_unittest_CXXFLAGS = $(memalign_unittest_CXX FLAGS) 2234 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@memalign_debug_unittest_CXXFLAGS = $(memalign_unittest_CXXFLAGS)
2184 @WITH_DEBUGALLOC_TRUE@memalign_debug_unittest_LDFLAGS = $(memalign_unittest_LDFL AGS) 2235 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@memalign_debug_unittest_LDFLAGS = $(memalign_unittest_LDFLAGS)
2185 @WITH_DEBUGALLOC_TRUE@memalign_debug_unittest_LDADD = libtcmalloc_minimal_debug. la $(PTHREAD_LIBS) 2236 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@memalign_debug_unittest_LDADD = li btcmalloc_minimal_debug.la $(PTHREAD_LIBS)
2186 @WITH_DEBUGALLOC_TRUE@realloc_debug_unittest_SOURCES = $(realloc_unittest_SOURCE S) 2237 @WITH_DEBUGALLOC_TRUE@realloc_debug_unittest_SOURCES = $(realloc_unittest_SOURCE S)
2187 @WITH_DEBUGALLOC_TRUE@realloc_debug_unittest_CXXFLAGS = $(realloc_unittest_CXXFL AGS) 2238 @WITH_DEBUGALLOC_TRUE@realloc_debug_unittest_CXXFLAGS = $(realloc_unittest_CXXFL AGS)
2188 @WITH_DEBUGALLOC_TRUE@realloc_debug_unittest_LDFLAGS = $(realloc_unittest_LDFLAG S) 2239 @WITH_DEBUGALLOC_TRUE@realloc_debug_unittest_LDFLAGS = $(realloc_unittest_LDFLAG S)
2189 @WITH_DEBUGALLOC_TRUE@realloc_debug_unittest_LDADD = libtcmalloc_minimal_debug.l a $(PTHREAD_LIBS) 2240 @WITH_DEBUGALLOC_TRUE@realloc_debug_unittest_LDADD = libtcmalloc_minimal_debug.l a $(PTHREAD_LIBS)
2190 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_sh_SOURCES = s rc/tests/debugallocation_test.sh 2241 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_sh_SOURCES = s rc/tests/debugallocation_test.sh
2191 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_SOURCES = src/ tests/debugallocation_test.cc 2242 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_SOURCES = src/ tests/debugallocation_test.cc
2192 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_CXXFLAGS = $(P THREAD_CFLAGS) $(AM_CXXFLAGS) 2243 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_CXXFLAGS = $(P THREAD_CFLAGS) $(AM_CXXFLAGS)
2193 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_LDFLAGS = $(PT HREAD_CFLAGS) $(TCMALLOC_FLAGS) 2244 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_LDFLAGS = $(PT HREAD_CFLAGS) $(TCMALLOC_FLAGS)
2194 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_LDADD = libtcm alloc_debug.la $(PTHREAD_LIBS) 2245 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_LDADD = libtcm alloc_debug.la $(PTHREAD_LIBS)
2195 2246
(...skipping 23 matching lines...) Expand all
2219 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/l ow_level_alloc.cc \ 2270 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/l ow_level_alloc.cc \
2220 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-p rofile-table.cc \ 2271 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-p rofile-table.cc \
2221 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-p rofiler.cc \ 2272 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-p rofiler.cc \
2222 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/raw_pr inter.cc \ 2273 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/raw_pr inter.cc \
2223 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/memory _region_map.cc 2274 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/memory _region_map.cc
2224 2275
2225 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_CXXFLAGS = \ 2276 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_CXXFLAGS = \
2226 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(PTHREAD_CFLAGS) -DNDEBUG \ 2277 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(PTHREAD_CFLAGS) -DNDEBUG \
2227 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(AM_CXXFLAGS) \ 2278 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(AM_CXXFLAGS) \
2228 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(NO_EXCEPTIONS) \ 2279 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(NO_EXCEPTIONS) \
2229 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__append_32) 2280 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__append_35)
2230 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_LDFLAGS = $(PTHREAD_ CFLAGS) 2281 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_LDFLAGS = $(PTHREAD_ CFLAGS)
2231 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_LIBADD = libstacktra ce.la $(PTHREAD_LIBS) 2282 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_LIBADD = libstacktra ce.la $(PTHREAD_LIBS)
2232 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_SOURCES = \ 2283 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_SOURCES = \
2233 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC_CC) \ 2284 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC_CC) \
2234 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC_INCLUDES) \ 2285 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC_INCLUDES) \
2235 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__append_31) 2286 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__append_34)
2236 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_CXXFLAGS = \ 2287 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_CXXFLAGS = \
2237 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(PTHREAD_CFLAGS) -DNDEBUG \ 2288 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(PTHREAD_CFLAGS) -DNDEBUG \
2238 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(AM_CXXFLAGS) \ 2289 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(AM_CXXFLAGS) \
2239 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__append_33) 2290 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__append_36)
2240 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_LDFLAGS = $(PTHREAD_CFLAGS) - version-info @TCMALLOC_SO_VERSION@ 2291 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_LDFLAGS = $(PTHREAD_CFLAGS) - version-info @TCMALLOC_SO_VERSION@
2241 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_LIBADD = libtcmalloc_internal .la $(PTHREAD_LIBS) 2292 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_LIBADD = libtcmalloc_internal .la $(PTHREAD_LIBS)
2242 @WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@HEAP_CHECKER_SOURCE S = 2293 @WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@HEAP_CHECKER_SOURCE S =
2243 2294
2244 # heap-checker-bcad is last, in hopes its global ctor will run first. 2295 # heap-checker-bcad is last, in hopes its global ctor will run first.
2245 # (Note this is added to libtcmalloc.la, not libtcmalloc_internal.la, 2296 # (Note this is added to libtcmalloc.la, not libtcmalloc_internal.la,
2246 # but that's ok; the internal/external distinction is only useful for 2297 # but that's ok; the internal/external distinction is only useful for
2247 # cygwin, and cygwin doesn't use HEAP_CHECKER anyway.) 2298 # cygwin, and cygwin doesn't use HEAP_CHECKER anyway.)
2248 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@HEAP_CHECKER_SOURCES = src/base/thread_lister.c \ 2299 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@HEAP_CHECKER_SOURCES = src/base/thread_lister.c \
2249 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/linuxthreads.cc \ 2300 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/linuxthreads.cc \
(...skipping 12 matching lines...) Expand all
2262 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_CXXFLAGS = $(PTHREAD_CFLAG S) $(AM_CXXFLAGS) 2313 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_CXXFLAGS = $(PTHREAD_CFLAG S) $(AM_CXXFLAGS)
2263 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS ) $(TCMALLOC_FLAGS) 2314 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS ) $(TCMALLOC_FLAGS)
2264 # We want libtcmalloc last on the link line, but due to a bug in 2315 # We want libtcmalloc last on the link line, but due to a bug in
2265 # libtool involving convenience libs, they need to come last on the 2316 # libtool involving convenience libs, they need to come last on the
2266 # link line in order to get dependency ordering right. This is ok: 2317 # link line in order to get dependency ordering right. This is ok:
2267 # convenience libraries are .a's, so tcmalloc is still the last .so. 2318 # convenience libraries are .a's, so tcmalloc is still the last .so.
2268 # We also put pthreads after tcmalloc, because some pthread 2319 # We also put pthreads after tcmalloc, because some pthread
2269 # implementations define their own malloc, and we need to go on the 2320 # implementations define their own malloc, and we need to go on the
2270 # first linkline to make sure our malloc 'wins'. 2321 # first linkline to make sure our malloc 'wins'.
2271 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_LDADD = $(LIBTCMALLOC) lib logging.la $(PTHREAD_LIBS) 2322 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_LDADD = $(LIBTCMALLOC) lib logging.la $(PTHREAD_LIBS)
2272 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_SOURCES = src/tests/t cmalloc_unittest.cc \
2273 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/tests/t estutil.h src/tests/testutil.cc \
2274 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC_ UNITTEST_INCLUDES)
2275 2323
2276 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_CXXFLAGS = $(PTHREAD_ CFLAGS) $(AM_CXXFLAGS) 2324 # This makes sure it's safe to link in both tcmalloc and
2277 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_LDFLAGS = $(PTHREAD_C FLAGS) $(TCMALLOC_FLAGS) 2325 # tcmalloc_minimal. (One would never do this on purpose, but perhaps
2278 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unitt est_LDADD = $(LIBTCMALLOC) $(LIBTCMALLOC_MINIMAL) \ 2326 # by accident...) When we can compile libprofiler, we also link it in
2279 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ liblogging.la $(PTHREAD_LIBS) 2327 # to make sure that works too. NOTE: On OS X, it's *not* safe to
2328 # link both in (we end up with two copies of every global var, and
2329 # the code tends to pick one arbitrarily), so don't run the test there.
2330 # (We define these outside the 'if' because they're reused below.)
2331 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_srcs = src/tests/tcma lloc_unittest.cc \
2332 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/tests/test util.h src/tests/testutil.cc \
2333 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC_UNI TTEST_INCLUDES)
2334
2335 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_cflags = $(PTHREAD_CF LAGS) $(AM_CXXFLAGS)
2336 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_lflags = $(PTHREAD_CF LAGS) $(TCMALLOC_FLAGS)
2337 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unitt est_ladd = $(LIBTCMALLOC) $(LIBTCMALLOC_MINIMAL) \
2338 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ liblogging.la $(PTHREAD_LIBS)
2280 2339
2281 # We want libtcmalloc last on the link line, but due to a bug in 2340 # We want libtcmalloc last on the link line, but due to a bug in
2282 # libtool involving convenience libs, they need to come last on the 2341 # libtool involving convenience libs, they need to come last on the
2283 # link line in order to get dependency ordering right. This is ok: 2342 # link line in order to get dependency ordering right. This is ok:
2284 # convenience libraries are .a's, so tcmalloc is still the last .so. 2343 # convenience libraries are .a's, so tcmalloc is still the last .so.
2285 # We also put pthreads after tcmalloc, because some pthread 2344 # We also put pthreads after tcmalloc, because some pthread
2286 # implementations define their own malloc, and we need to go on the 2345 # implementations define their own malloc, and we need to go on the
2287 # first linkline to make sure our malloc 'wins'. 2346 # first linkline to make sure our malloc 'wins'.
2288 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unitte st_LDADD = $(LIBTCMALLOC) $(LIBTCMALLOC_MINIMAL) \ 2347 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unitte st_ladd = $(LIBTCMALLOC) $(LIBTCMALLOC_MINIMAL) \
2289 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libprofiler.la liblogging.la $(PTHREAD_LIBS) 2348 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libprofiler.la liblogging.la $(PTHREAD_LIBS)
2290 2349
2350 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_SOURCES = $(tcmalloc_both_unittest_srcs)
2351 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_CXXFLAGS = $(tcmalloc_both_unittest_cflags)
2352 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_LDFLAGS = $(tcmalloc_both_unittest_lflags)
2353 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_LDADD = $( tcmalloc_both_unittest_ladd)
2291 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_large_unittest_SOURCES = src/tests/ tcmalloc_large_unittest.cc 2354 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_large_unittest_SOURCES = src/tests/ tcmalloc_large_unittest.cc
2292 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_large_unittest_CXXFLAGS = $(PTHREAD _CFLAGS) $(AM_CXXFLAGS) 2355 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_large_unittest_CXXFLAGS = $(PTHREAD _CFLAGS) $(AM_CXXFLAGS)
2293 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_large_unittest_LDFLAGS = $(PTHREAD_ CFLAGS) $(TCMALLOC_FLAGS) 2356 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_large_unittest_LDFLAGS = $(PTHREAD_ CFLAGS) $(TCMALLOC_FLAGS)
2294 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_large_unittest_LDADD = $(LIBTCMALLO C) $(PTHREAD_LIBS) 2357 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_large_unittest_LDADD = $(LIBTCMALLO C) $(PTHREAD_LIBS)
2295 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_SOURCES = src/tests/raw_pri nter_test.cc 2358 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_SOURCES = src/tests/raw_pri nter_test.cc
2296 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_CXXFLAGS = $(PTHREAD_CFLAGS ) $(AM_CXXFLAGS) 2359 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_CXXFLAGS = $(PTHREAD_CFLAGS ) $(AM_CXXFLAGS)
2297 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) 2360 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
2298 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_LDADD = $(LIBTCMALLOC) $(PT HREAD_LIBS) 2361 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_LDADD = $(LIBTCMALLOC) $(PT HREAD_LIBS)
2299 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_SOURCES = src/tests/sampler_tes t.cc \ 2362 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_SOURCES = src/tests/sampler_tes t.cc \
2300 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/config_for_unitte sts.h 2363 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/config_for_unitte sts.h
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
2468 # Since this library is meant to be used as a .a, I don't worry as much 2531 # Since this library is meant to be used as a .a, I don't worry as much
2469 # about .so versioning. I just give the libtcmalloc version number. 2532 # about .so versioning. I just give the libtcmalloc version number.
2470 # TODO(csilvers): use -export-symbols-regex? 2533 # TODO(csilvers): use -export-symbols-regex?
2471 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_and_prof iler_la_LDFLAGS = $(PTHREAD_CFLAGS) \ 2534 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_and_prof iler_la_LDFLAGS = $(PTHREAD_CFLAGS) \
2472 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ -version-info @TCMALLOC_SO_VERSION@ 2535 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ -version-info @TCMALLOC_SO_VERSION@
2473 2536
2474 # We don't include libprofiler_la_LIBADD here because all it adds is 2537 # We don't include libprofiler_la_LIBADD here because all it adds is
2475 # libstacktrace.la, which we already get via libtcmalloc. Trying to 2538 # libstacktrace.la, which we already get via libtcmalloc. Trying to
2476 # specify it twice causes link-time duplicate-definition errors. :-( 2539 # specify it twice causes link-time duplicate-definition errors. :-(
2477 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_and_prof iler_la_LIBADD = $(libtcmalloc_la_LIBADD) 2540 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_and_prof iler_la_LIBADD = $(libtcmalloc_la_LIBADD)
2478 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_and_profile r_unittest_SOURCES = $(tcmalloc_both_unittest_SOURCES) 2541 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_and_profile r_unittest_SOURCES = $(tcmalloc_both_unittest_srcs)
2479 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_and_profile r_unittest_CXXFLAGS = $(tcmalloc_both_unittest_CXXFLAGS) 2542 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_and_profile r_unittest_CXXFLAGS = $(tcmalloc_both_unittest_cflags)
2480 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_and_profile r_unittest_LDFLAGS = $(tcmalloc_both_unittest_LDFLAGS) 2543 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_and_profile r_unittest_LDFLAGS = $(tcmalloc_both_unittest_lflags)
2481 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_and_profile r_unittest_LDADD = libtcmalloc_and_profiler.la 2544 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_and_profile r_unittest_LDADD = libtcmalloc_and_profiler.la
2482 2545
2483 # http://linux.die.net/man/1/pkg-config, http://pkg-config.freedesktop.org/wiki 2546 # http://linux.die.net/man/1/pkg-config, http://pkg-config.freedesktop.org/wiki
2484 pkgconfigdir = $(libdir)/pkgconfig 2547 pkgconfigdir = $(libdir)/pkgconfig
2485 pkgconfig_DATA = libtcmalloc.pc libtcmalloc_minimal.pc \ 2548 pkgconfig_DATA = libtcmalloc.pc libtcmalloc_minimal.pc \
2486 libtcmalloc_debug.pc libtcmalloc_minimal_debug.pc \ 2549 libtcmalloc_debug.pc libtcmalloc_minimal_debug.pc \
2487 libprofiler.pc 2550 libprofiler.pc
2488 2551
2489 CLEANFILES = $(pkgconfig_DATA) 2552 CLEANFILES = $(pkgconfig_DATA)
2490 EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \ 2553 EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
2858 distclean-compile: 2921 distclean-compile:
2859 -rm -f *.tab.c 2922 -rm -f *.tab.c
2860 2923
2861 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addressmap_unittest-addressmap_ unittest.Po@am__quote@ 2924 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addressmap_unittest-addressmap_ unittest.Po@am__quote@
2862 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addressmap_unittest-port.Po@am_ _quote@ 2925 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addressmap_unittest-port.Po@am_ _quote@
2863 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomicops-internals-x86.Plo@am_ _quote@ 2926 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomicops-internals-x86.Plo@am_ _quote@
2864 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomicops_unittest.Po@am__quote @ 2927 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomicops_unittest.Po@am__quote @
2865 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/current_allocated_bytes_test-cu rrent_allocated_bytes_test.Po@am__quote@ 2928 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/current_allocated_bytes_test-cu rrent_allocated_bytes_test.Po@am__quote@
2866 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debugallocation_test-debugalloc ation_test.Po@am__quote@ 2929 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debugallocation_test-debugalloc ation_test.Po@am__quote@
2867 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynamic_annotations.Plo@am__quo te@ 2930 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynamic_annotations.Plo@am__quo te@
2931 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf_mem_image.Plo@am__quote@
2868 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frag_unittest-frag_unittest.Po@ am__quote@ 2932 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frag_unittest-frag_unittest.Po@ am__quote@
2869 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpc_test.Po@am__quote@ 2933 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpc_test.Po@am__quote@
2870 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap_checker_debug_unittest-hea p-checker_unittest.Po@am__quote@ 2934 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap_checker_debug_unittest-hea p-checker_unittest.Po@am__quote@
2871 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap_checker_unittest-heap-chec ker_unittest.Po@am__quote@ 2935 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap_checker_unittest-heap-chec ker_unittest.Po@am__quote@
2872 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap_profiler_debug_unittest-he ap-profiler_unittest.Po@am__quote@ 2936 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap_profiler_debug_unittest-he ap-profiler_unittest.Po@am__quote@
2873 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap_profiler_unittest-heap-pro filer_unittest.Po@am__quote@ 2937 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap_profiler_unittest-heap-pro filer_unittest.Po@am__quote@
2874 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ia32_modrm_map.Plo@am__quote@ 2938 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ia32_modrm_map.Plo@am__quote@
2875 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ia32_opcode_map.Plo@am__quote@ 2939 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ia32_opcode_map.Plo@am__quote@
2876 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_and_profiler_la-hea p-checker-bcad.Plo@am__quote@ 2940 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_and_profiler_la-hea p-checker-bcad.Plo@am__quote@
2877 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_and_profiler_la-hea p-checker.Plo@am__quote@ 2941 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_and_profiler_la-hea p-checker.Plo@am__quote@
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
3114 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3178 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3115 @am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o atomicops-internals-x86.lo `test -f 'src/base/atomicops-internals-x86.cc' || echo '$(srcdir)/'`src/base/atomicops-internals-x86.cc 3179 @am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o atomicops-internals-x86.lo `test -f 'src/base/atomicops-internals-x86.cc' || echo '$(srcdir)/'`src/base/atomicops-internals-x86.cc
3116 3180
3117 stacktrace.lo: src/stacktrace.cc 3181 stacktrace.lo: src/stacktrace.cc
3118 @am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -MT stacktrace.lo -MD -MP -MF "$(DEPDIR)/stacktrace.Tpo" -c -o stacktrace.lo `test -f 'src/stacktrace.cc' || echo '$(srcdir)/'`src/stacktrace.cc; \ 3182 @am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -MT stacktrace.lo -MD -MP -MF "$(DEPDIR)/stacktrace.Tpo" -c -o stacktrace.lo `test -f 'src/stacktrace.cc' || echo '$(srcdir)/'`src/stacktrace.cc; \
3119 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/stacktrace.Tpo" "$(DEPDIR)/stacktr ace.Plo"; else rm -f "$(DEPDIR)/stacktrace.Tpo"; exit 1; fi 3183 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/stacktrace.Tpo" "$(DEPDIR)/stacktr ace.Plo"; else rm -f "$(DEPDIR)/stacktrace.Tpo"; exit 1; fi
3120 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/stacktrace.cc' object='stack trace.lo' libtool=yes @AMDEPBACKSLASH@ 3184 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/stacktrace.cc' object='stack trace.lo' libtool=yes @AMDEPBACKSLASH@
3121 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3185 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3122 @am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o stacktrace.lo `test -f 'src/stacktrace.cc' || echo '$(srcdir)/'`src/stack trace.cc 3186 @am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o stacktrace.lo `test -f 'src/stacktrace.cc' || echo '$(srcdir)/'`src/stack trace.cc
3123 3187
3188 elf_mem_image.lo: src/base/elf_mem_image.cc
3189 @am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -MT elf_mem_image.lo -MD -MP -MF "$(DEPDIR)/elf_mem_image.Tpo" -c -o elf_mem _image.lo `test -f 'src/base/elf_mem_image.cc' || echo '$(srcdir)/'`src/base/elf _mem_image.cc; \
3190 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/elf_mem_image.Tpo" "$(DEPDIR)/elf_ mem_image.Plo"; else rm -f "$(DEPDIR)/elf_mem_image.Tpo"; exit 1; fi
3191 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/elf_mem_image.cc' objec t='elf_mem_image.lo' libtool=yes @AMDEPBACKSLASH@
3192 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3193 @am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o elf_mem_image.lo `test -f 'src/base/elf_mem_image.cc' || echo '$(srcdir)/ '`src/base/elf_mem_image.cc
3194
3124 vdso_support.lo: src/base/vdso_support.cc 3195 vdso_support.lo: src/base/vdso_support.cc
3125 @am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -MT vdso_support.lo -MD -MP -MF "$(DEPDIR)/vdso_support.Tpo" -c -o vdso_supp ort.lo `test -f 'src/base/vdso_support.cc' || echo '$(srcdir)/'`src/base/vdso_su pport.cc; \ 3196 @am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -MT vdso_support.lo -MD -MP -MF "$(DEPDIR)/vdso_support.Tpo" -c -o vdso_supp ort.lo `test -f 'src/base/vdso_support.cc' || echo '$(srcdir)/'`src/base/vdso_su pport.cc; \
3126 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/vdso_support.Tpo" "$(DEPDIR)/vdso_ support.Plo"; else rm -f "$(DEPDIR)/vdso_support.Tpo"; exit 1; fi 3197 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/vdso_support.Tpo" "$(DEPDIR)/vdso_ support.Plo"; else rm -f "$(DEPDIR)/vdso_support.Tpo"; exit 1; fi
3127 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/vdso_support.cc' object ='vdso_support.lo' libtool=yes @AMDEPBACKSLASH@ 3198 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/vdso_support.cc' object ='vdso_support.lo' libtool=yes @AMDEPBACKSLASH@
3128 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3199 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3129 @am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o vdso_support.lo `test -f 'src/base/vdso_support.cc' || echo '$(srcdir)/'` src/base/vdso_support.cc 3200 @am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o vdso_support.lo `test -f 'src/base/vdso_support.cc' || echo '$(srcdir)/'` src/base/vdso_support.cc
3130 3201
3131 sysinfo.lo: src/base/sysinfo.cc 3202 sysinfo.lo: src/base/sysinfo.cc
3132 @am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -MT sysinfo.lo -MD -MP -MF "$(DEPDIR)/sysinfo.Tpo" -c -o sysinfo.lo `test -f 'src/base/sysinfo.cc' || echo '$(srcdir)/'`src/base/sysinfo.cc; \ 3203 @am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -MT sysinfo.lo -MD -MP -MF "$(DEPDIR)/sysinfo.Tpo" -c -o sysinfo.lo `test -f 'src/base/sysinfo.cc' || echo '$(srcdir)/'`src/base/sysinfo.cc; \
3133 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/sysinfo.Tpo" "$(DEPDIR)/sysinfo.Pl o"; else rm -f "$(DEPDIR)/sysinfo.Tpo"; exit 1; fi 3204 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/sysinfo.Tpo" "$(DEPDIR)/sysinfo.Pl o"; else rm -f "$(DEPDIR)/sysinfo.Tpo"; exit 1; fi
(...skipping 1873 matching lines...) Expand 10 before | Expand all | Expand 10 after
5007 # try to rewrite exec_prefix, libdir, and includedir in terms of 5078 # try to rewrite exec_prefix, libdir, and includedir in terms of
5008 # prefix, if possible. 5079 # prefix, if possible.
5009 libtcmalloc.pc: Makefile packages/rpm/rpm.spec 5080 libtcmalloc.pc: Makefile packages/rpm/rpm.spec
5010 echo 'prefix=$(prefix)' > "$@".tmp 5081 echo 'prefix=$(prefix)' > "$@".tmp
5011 echo 'exec_prefix='`echo '$(exec_prefix)' | sed 's@^$(prefix)@$${prefix} @'` >> "$@".tmp 5082 echo 'exec_prefix='`echo '$(exec_prefix)' | sed 's@^$(prefix)@$${prefix} @'` >> "$@".tmp
5012 echo 'libdir='`echo '$(libdir)' | sed 's@^$(exec_prefix)@$${exec_prefix} @'` >> "$@".tmp 5083 echo 'libdir='`echo '$(libdir)' | sed 's@^$(exec_prefix)@$${exec_prefix} @'` >> "$@".tmp
5013 echo 'includedir='`echo '$(includedir)' | sed 's@^$(prefix)@$${prefix}@' ` >> "$@".tmp 5084 echo 'includedir='`echo '$(includedir)' | sed 's@^$(prefix)@$${prefix}@' ` >> "$@".tmp
5014 echo '' >> "$@".tmp 5085 echo '' >> "$@".tmp
5015 echo 'Name: $(PACKAGE)' >> "$@".tmp 5086 echo 'Name: $(PACKAGE)' >> "$@".tmp
5016 echo 'Version: $(VERSION)' >> "$@".tmp 5087 echo 'Version: $(VERSION)' >> "$@".tmp
5017 » -grep '^Summary:' packages/rpm/rpm.spec | sed s/^Summary:/Description:/ | head -n1 >> "$@".tmp 5088 » -grep '^Summary:' $(top_srcdir)/packages/rpm/rpm.spec | sed s/^Summary:/ Description:/ | head -n1 >> "$@".tmp
5018 » -grep '^URL: ' packages/rpm/rpm.spec >> "$@".tmp 5089 » -grep '^URL: ' $(top_srcdir)/packages/rpm/rpm.spec >> "$@".tmp
5019 echo 'Requires:' >> "$@".tmp 5090 echo 'Requires:' >> "$@".tmp
5020 echo 'Libs: -L$${libdir} -ltcmalloc' >> "$@".tmp 5091 echo 'Libs: -L$${libdir} -ltcmalloc' >> "$@".tmp
5021 echo 'Libs.private: $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)' >> "$@".tmp 5092 echo 'Libs.private: $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)' >> "$@".tmp
5022 echo 'Cflags: -I$${includedir}' >> "$@".tmp 5093 echo 'Cflags: -I$${includedir}' >> "$@".tmp
5023 mv -f "$@".tmp "$@" 5094 mv -f "$@".tmp "$@"
5024 5095
5025 # The other versions are mostly the same. 5096 # The other versions are mostly the same.
5026 libtcmalloc_minimal.pc: libtcmalloc.pc 5097 libtcmalloc_minimal.pc: libtcmalloc.pc
5027 cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_minimal/ > "$@" 5098 cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_minimal/ > "$@"
5028 5099
5029 libtcmalloc_debug.pc: libtcmalloc.pc 5100 libtcmalloc_debug.pc: libtcmalloc.pc
5030 cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_debug/ > "$@" 5101 cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_debug/ > "$@"
5031 5102
5032 libtcmalloc_minimal_debug.pc: libtcmalloc.pc 5103 libtcmalloc_minimal_debug.pc: libtcmalloc.pc
5033 cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_minimal_debug/ > "$@" 5104 cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_minimal_debug/ > "$@"
5034 5105
5035 libprofiler.pc: libtcmalloc.pc 5106 libprofiler.pc: libtcmalloc.pc
5036 cat libtcmalloc.pc | sed s/-ltcmalloc/-lprofiler/ > "$@" 5107 cat libtcmalloc.pc | sed s/-ltcmalloc/-lprofiler/ > "$@"
5037 5108
5038 libtool: $(LIBTOOL_DEPS) 5109 libtool: $(LIBTOOL_DEPS)
5039 $(SHELL) ./config.status --recheck 5110 $(SHELL) ./config.status --recheck
5040 5111
5041 # Windows wants write permission to .vcproj files and maybe even sln files. 5112 # Windows wants write permission to .vcproj files and maybe even sln files.
5042 dist-hook: 5113 dist-hook:
5043 test -e "$(distdir)/vsprojects" \ 5114 test -e "$(distdir)/vsprojects" \
5044 && chmod -R u+w $(distdir)/*.sln $(distdir)/vsprojects/ 5115 && chmod -R u+w $(distdir)/*.sln $(distdir)/vsprojects/
5045 # Tell versions [3.59,3.63) of GNU make to not export all variables. 5116 # Tell versions [3.59,3.63) of GNU make to not export all variables.
5046 # Otherwise a system limit (for SysV at least) may be exceeded. 5117 # Otherwise a system limit (for SysV at least) may be exceeded.
5047 .NOEXPORT: 5118 .NOEXPORT:
OLDNEW
« no previous file with comments | « third_party/tcmalloc/vendor/Makefile.am ('k') | third_party/tcmalloc/vendor/NEWS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698