9 /* Begin PBXBuildFile section */
10 14105E7F18DF7D73003A106E /* balloon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14105E7D18DF7D73003A106E /* balloon.cpp */; };
11 14105E8218E13EEC003A106E /* realloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14105E8018E13EEC003A106E /* realloc.cpp */; };
12 1444AE93177E79BB00F8030A /* fragment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1444AE91177E79BB00F8030A /* fragment.cpp */; };
13 1444AE96177E8DF200F8030A /* message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1444AE94177E8DF200F8030A /* message.cpp */; };
14 14452CB0177D24460097E057 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14452CAF177D24460097E057 /* main.cpp */; };
15 14452CEF177D47110097E057 /* churn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14452CED177D47110097E057 /* churn.cpp */; };
16 1451FAED18B14B7100DB6D47 /* medium.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1451FAEB18B14B7100DB6D47 /* medium.cpp */; };
17 14976EC8177E3649006B819A /* list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14976EC6177E3649006B819A /* list.cpp */; };
18 14976ECC177E3C87006B819A /* CommandLine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14976ECB177E3C87006B819A /* CommandLine.cpp */; };
19 14976ECE177E3D67006B819A /* Benchmark.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14976ECD177E3D67006B819A /* Benchmark.cpp */; };
20 14976ED1177E4AF7006B819A /* tree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14976ECF177E4AF7006B819A /* tree.cpp */; };
21 14C5008D184016CF007A531D /* facebook.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14C5008B184016CF007A531D /* facebook.cpp */; };
22 14C5009018401841007A531D /* facebook.ops in CopyFiles */ = {isa = PBXBuildFile; fileRef = 14C5008E18401726007A531D /* facebook.ops */; };
23 14C5009318403DA0007A531D /* Interpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14C5009118403DA0007A531D /* Interpreter.cpp */; };
24 14CC393C18EA812B004AFE34 /* libmbmalloc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 14CC393818EA811F004AFE34 /* libmbmalloc.dylib */; settings = {ATTRIBUTES = (Weak, ); }; };
25 14CC393F18EA8184004AFE34 /* mbmalloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14CC391C18EA6759004AFE34 /* mbmalloc.cpp */; };
26 14CE4A6017BD355800288DAA /* big.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14CE4A5E17BD355800288DAA /* big.cpp */; };
27 14E11932177ECC8B003A8D15 /* CPUCount.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14E11930177ECC8B003A8D15 /* CPUCount.cpp */; };
28 /* End PBXBuildFile section */
30 /* Begin PBXContainerItemProxy section */
31 14CC393D18EA813F004AFE34 /* PBXContainerItemProxy */ = {
32 isa = PBXContainerItemProxy;
33 containerPortal = 14452CA1177D24460097E057 /* Project object */;
35 remoteGlobalIDString = 14CC393718EA811F004AFE34;
36 remoteInfo = mbmalloc;
38 /* End PBXContainerItemProxy section */
40 /* Begin PBXCopyFilesBuildPhase section */
41 14452CA7177D24460097E057 /* CopyFiles */ = {
42 isa = PBXCopyFilesBuildPhase;
47 14C5009018401841007A531D /* facebook.ops in CopyFiles */,
49 runOnlyForDeploymentPostprocessing = 0;
51 /* End PBXCopyFilesBuildPhase section */
53 /* Begin PBXFileReference section */
54 14105E7D18DF7D73003A106E /* balloon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = balloon.cpp; path = MallocBench/balloon.cpp; sourceTree = "<group>"; };
55 14105E7E18DF7D73003A106E /* balloon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = balloon.h; path = MallocBench/balloon.h; sourceTree = "<group>"; };
56 14105E8018E13EEC003A106E /* realloc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = realloc.cpp; path = MallocBench/realloc.cpp; sourceTree = "<group>"; };
57 14105E8118E13EEC003A106E /* realloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = realloc.h; path = MallocBench/realloc.h; sourceTree = "<group>"; };
58 1444AE91177E79BB00F8030A /* fragment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fragment.cpp; path = MallocBench/fragment.cpp; sourceTree = "<group>"; };
59 1444AE92177E79BB00F8030A /* fragment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fragment.h; path = MallocBench/fragment.h; sourceTree = "<group>"; };
60 1444AE94177E8DF200F8030A /* message.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = message.cpp; path = MallocBench/message.cpp; sourceTree = "<group>"; };
61 1444AE95177E8DF200F8030A /* message.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = message.h; path = MallocBench/message.h; sourceTree = "<group>"; };
62 14452CA9177D24460097E057 /* MallocBench */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = MallocBench; sourceTree = BUILT_PRODUCTS_DIR; };
63 14452CAF177D24460097E057 /* main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
64 14452CED177D47110097E057 /* churn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = churn.cpp; path = MallocBench/churn.cpp; sourceTree = "<group>"; };
65 14452CEE177D47110097E057 /* churn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = churn.h; path = MallocBench/churn.h; sourceTree = "<group>"; };
66 1451FAEB18B14B7100DB6D47 /* medium.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = medium.cpp; path = MallocBench/medium.cpp; sourceTree = "<group>"; };
67 1451FAEC18B14B7100DB6D47 /* medium.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = medium.h; path = MallocBench/medium.h; sourceTree = "<group>"; };
68 14976EC6177E3649006B819A /* list.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = list.cpp; path = MallocBench/list.cpp; sourceTree = "<group>"; };
69 14976EC7177E3649006B819A /* list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = list.h; path = MallocBench/list.h; sourceTree = "<group>"; };
70 14976EC9177E3B4A006B819A /* Benchmark.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Benchmark.h; sourceTree = "<group>"; };
71 14976ECA177E3C05006B819A /* CommandLine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CommandLine.h; sourceTree = "<group>"; };
72 14976ECB177E3C87006B819A /* CommandLine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CommandLine.cpp; sourceTree = "<group>"; };
73 14976ECD177E3D67006B819A /* Benchmark.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Benchmark.cpp; sourceTree = "<group>"; };
74 14976ECF177E4AF7006B819A /* tree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tree.cpp; path = MallocBench/tree.cpp; sourceTree = "<group>"; };
75 14976ED0177E4AF7006B819A /* tree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tree.h; path = MallocBench/tree.h; sourceTree = "<group>"; };
76 14C5008B184016CF007A531D /* facebook.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = facebook.cpp; path = MallocBench/facebook.cpp; sourceTree = "<group>"; };
77 14C5008C184016CF007A531D /* facebook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = facebook.h; path = MallocBench/facebook.h; sourceTree = "<group>"; };
78 14C5008E18401726007A531D /* facebook.ops */ = {isa = PBXFileReference; lastKnownFileType = file; name = facebook.ops; path = MallocBench/facebook.ops; sourceTree = "<group>"; };
79 14C5009118403DA0007A531D /* Interpreter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Interpreter.cpp; sourceTree = "<group>"; };
80 14C5009218403DA0007A531D /* Interpreter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Interpreter.h; sourceTree = "<group>"; };
81 14CC391C18EA6759004AFE34 /* mbmalloc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = mbmalloc.cpp; path = MallocBench/mbmalloc.cpp; sourceTree = "<group>"; };
82 14CC393818EA811F004AFE34 /* libmbmalloc.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libmbmalloc.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
83 14CE4A5E17BD355800288DAA /* big.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = big.cpp; path = MallocBench/big.cpp; sourceTree = "<group>"; };
84 14CE4A5F17BD355800288DAA /* big.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = big.h; path = MallocBench/big.h; sourceTree = "<group>"; };
85 14E11930177ECC8B003A8D15 /* CPUCount.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CPUCount.cpp; sourceTree = "<group>"; };
86 14E11931177ECC8B003A8D15 /* CPUCount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPUCount.h; sourceTree = "<group>"; };
87 14E11934177F5219003A8D15 /* mbmalloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mbmalloc.h; path = MallocBench/mbmalloc.h; sourceTree = "<group>"; };
88 /* End PBXFileReference section */
90 /* Begin PBXFrameworksBuildPhase section */
91 14452CA6177D24460097E057 /* Frameworks */ = {
92 isa = PBXFrameworksBuildPhase;
93 buildActionMask = 2147483647;
95 14CC393C18EA812B004AFE34 /* libmbmalloc.dylib in Frameworks */,
97 runOnlyForDeploymentPostprocessing = 0;
99 14CC393518EA811F004AFE34 /* Frameworks */ = {
100 isa = PBXFrameworksBuildPhase;
101 buildActionMask = 2147483647;
104 runOnlyForDeploymentPostprocessing = 0;
106 /* End PBXFrameworksBuildPhase section */
108 /* Begin PBXGroup section */
109 14452CA0177D24460097E057 = {
112 14E11933177F51AC003A8D15 /* Benchmarks */,
113 14452CAE177D24460097E057 /* MallocBench */,
114 14CC391B18EA6722004AFE34 /* mbmalloc */,
115 14452CAA177D24460097E057 /* Products */,
117 sourceTree = "<group>";
119 14452CAA177D24460097E057 /* Products */ = {
122 14452CA9177D24460097E057 /* MallocBench */,
123 14CC393818EA811F004AFE34 /* libmbmalloc.dylib */,
126 sourceTree = "<group>";
128 14452CAE177D24460097E057 /* MallocBench */ = {
131 14976ECD177E3D67006B819A /* Benchmark.cpp */,
132 14976EC9177E3B4A006B819A /* Benchmark.h */,
133 14976ECB177E3C87006B819A /* CommandLine.cpp */,
134 14976ECA177E3C05006B819A /* CommandLine.h */,
135 14E11930177ECC8B003A8D15 /* CPUCount.cpp */,
136 14E11931177ECC8B003A8D15 /* CPUCount.h */,
137 14C5009118403DA0007A531D /* Interpreter.cpp */,
138 14C5009218403DA0007A531D /* Interpreter.h */,
139 14452CAF177D24460097E057 /* main.cpp */,
142 sourceTree = "<group>";
144 14CC391B18EA6722004AFE34 /* mbmalloc */ = {
147 14CC391C18EA6759004AFE34 /* mbmalloc.cpp */,
148 14E11934177F5219003A8D15 /* mbmalloc.h */,
151 sourceTree = "<group>";
153 14E11933177F51AC003A8D15 /* Benchmarks */ = {
156 14105E7D18DF7D73003A106E /* balloon.cpp */,
157 14105E7E18DF7D73003A106E /* balloon.h */,
158 14CE4A5E17BD355800288DAA /* big.cpp */,
159 14CE4A5F17BD355800288DAA /* big.h */,
160 14452CED177D47110097E057 /* churn.cpp */,
161 14452CEE177D47110097E057 /* churn.h */,
162 14C5008B184016CF007A531D /* facebook.cpp */,
163 14C5008C184016CF007A531D /* facebook.h */,
164 14C5008E18401726007A531D /* facebook.ops */,
165 1444AE91177E79BB00F8030A /* fragment.cpp */,
166 1444AE92177E79BB00F8030A /* fragment.h */,
167 14976EC6177E3649006B819A /* list.cpp */,
168 14976EC7177E3649006B819A /* list.h */,
169 1451FAEB18B14B7100DB6D47 /* medium.cpp */,
170 1451FAEC18B14B7100DB6D47 /* medium.h */,
171 1444AE94177E8DF200F8030A /* message.cpp */,
172 1444AE95177E8DF200F8030A /* message.h */,
173 14105E8018E13EEC003A106E /* realloc.cpp */,
174 14105E8118E13EEC003A106E /* realloc.h */,
175 14976ECF177E4AF7006B819A /* tree.cpp */,
176 14976ED0177E4AF7006B819A /* tree.h */,
179 sourceTree = "<group>";
181 /* End PBXGroup section */
183 /* Begin PBXHeadersBuildPhase section */
184 14CC393618EA811F004AFE34 /* Headers */ = {
185 isa = PBXHeadersBuildPhase;
186 buildActionMask = 2147483647;
189 runOnlyForDeploymentPostprocessing = 0;
191 /* End PBXHeadersBuildPhase section */
193 /* Begin PBXNativeTarget section */
194 14452CA8177D24460097E057 /* MallocBench */ = {
195 isa = PBXNativeTarget;
196 buildConfigurationList = 14452CB7177D24460097E057 /* Build configuration list for PBXNativeTarget "MallocBench" */;
198 14452CA5177D24460097E057 /* Sources */,
199 14452CA6177D24460097E057 /* Frameworks */,
200 14452CA7177D24460097E057 /* CopyFiles */,
205 14CC393E18EA813F004AFE34 /* PBXTargetDependency */,
208 productName = MallocBench;
209 productReference = 14452CA9177D24460097E057 /* MallocBench */;
210 productType = "com.apple.product-type.tool";
212 14CC393718EA811F004AFE34 /* mbmalloc */ = {
213 isa = PBXNativeTarget;
214 buildConfigurationList = 14CC393918EA811F004AFE34 /* Build configuration list for PBXNativeTarget "mbmalloc" */;
216 14CC393418EA811F004AFE34 /* Sources */,
217 14CC393518EA811F004AFE34 /* Frameworks */,
218 14CC393618EA811F004AFE34 /* Headers */,
225 productName = mbmalloc;
226 productReference = 14CC393818EA811F004AFE34 /* libmbmalloc.dylib */;
227 productType = "com.apple.product-type.library.dynamic";
229 /* End PBXNativeTarget section */
231 /* Begin PBXProject section */
232 14452CA1177D24460097E057 /* Project object */ = {
235 LastUpgradeCheck = 0600;
236 ORGANIZATIONNAME = "Geoffrey Garen";
238 buildConfigurationList = 14452CA4177D24460097E057 /* Build configuration list for PBXProject "MallocBench" */;
239 compatibilityVersion = "Xcode 3.2";
240 developmentRegion = English;
241 hasScannedForEncodings = 0;
245 mainGroup = 14452CA0177D24460097E057;
246 productRefGroup = 14452CAA177D24460097E057 /* Products */;
250 14452CA8177D24460097E057 /* MallocBench */,
251 14CC393718EA811F004AFE34 /* mbmalloc */,
254 /* End PBXProject section */
256 /* Begin PBXSourcesBuildPhase section */
257 14452CA5177D24460097E057 /* Sources */ = {
258 isa = PBXSourcesBuildPhase;
259 buildActionMask = 2147483647;
261 14CE4A6017BD355800288DAA /* big.cpp in Sources */,
262 14976ED1177E4AF7006B819A /* tree.cpp in Sources */,
263 1444AE96177E8DF200F8030A /* message.cpp in Sources */,
264 14452CEF177D47110097E057 /* churn.cpp in Sources */,
265 14452CB0177D24460097E057 /* main.cpp in Sources */,
266 14C5008D184016CF007A531D /* facebook.cpp in Sources */,
267 14976EC8177E3649006B819A /* list.cpp in Sources */,
268 14976ECC177E3C87006B819A /* CommandLine.cpp in Sources */,
269 1451FAED18B14B7100DB6D47 /* medium.cpp in Sources */,
270 14C5009318403DA0007A531D /* Interpreter.cpp in Sources */,
271 14E11932177ECC8B003A8D15 /* CPUCount.cpp in Sources */,
272 1444AE93177E79BB00F8030A /* fragment.cpp in Sources */,
273 14105E8218E13EEC003A106E /* realloc.cpp in Sources */,
274 14105E7F18DF7D73003A106E /* balloon.cpp in Sources */,
275 14976ECE177E3D67006B819A /* Benchmark.cpp in Sources */,
277 runOnlyForDeploymentPostprocessing = 0;
279 14CC393418EA811F004AFE34 /* Sources */ = {
280 isa = PBXSourcesBuildPhase;
281 buildActionMask = 2147483647;
283 14CC393F18EA8184004AFE34 /* mbmalloc.cpp in Sources */,
285 runOnlyForDeploymentPostprocessing = 0;
287 /* End PBXSourcesBuildPhase section */
289 /* Begin PBXTargetDependency section */
290 14CC393E18EA813F004AFE34 /* PBXTargetDependency */ = {
291 isa = PBXTargetDependency;
292 target = 14CC393718EA811F004AFE34 /* mbmalloc */;
293 targetProxy = 14CC393D18EA813F004AFE34 /* PBXContainerItemProxy */;
295 /* End PBXTargetDependency section */
297 /* Begin XCBuildConfiguration section */
298 14452CB5177D24460097E057 /* Debug */ = {
299 isa = XCBuildConfiguration;
301 ALWAYS_SEARCH_USER_PATHS = NO;
302 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
303 CLANG_CXX_LIBRARY = "libc++";
304 CLANG_ENABLE_MODULES = YES;
305 CLANG_WARN_BOOL_CONVERSION = YES;
306 CLANG_WARN_CONSTANT_CONVERSION = YES;
307 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
308 CLANG_WARN_EMPTY_BODY = YES;
309 CLANG_WARN_ENUM_CONVERSION = YES;
310 CLANG_WARN_INT_CONVERSION = YES;
311 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
312 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
313 COPY_PHASE_STRIP = NO;
314 GCC_C_LANGUAGE_STANDARD = gnu99;
315 GCC_DYNAMIC_NO_PIC = NO;
316 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
317 GCC_OPTIMIZATION_LEVEL = 0;
318 GCC_PREPROCESSOR_DEFINITIONS = (
322 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
323 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
324 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
325 GCC_WARN_UNDECLARED_SELECTOR = YES;
326 GCC_WARN_UNINITIALIZED_AUTOS = YES;
327 GCC_WARN_UNUSED_FUNCTION = YES;
328 GCC_WARN_UNUSED_VARIABLE = YES;
329 MACOSX_DEPLOYMENT_TARGET = 10.9;
330 ONLY_ACTIVE_ARCH = YES;
335 14452CB6177D24460097E057 /* Release */ = {
336 isa = XCBuildConfiguration;
338 ALWAYS_SEARCH_USER_PATHS = NO;
339 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
340 CLANG_CXX_LIBRARY = "libc++";
341 CLANG_ENABLE_MODULES = YES;
342 CLANG_WARN_BOOL_CONVERSION = YES;
343 CLANG_WARN_CONSTANT_CONVERSION = YES;
344 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
345 CLANG_WARN_EMPTY_BODY = YES;
346 CLANG_WARN_ENUM_CONVERSION = YES;
347 CLANG_WARN_INT_CONVERSION = YES;
348 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
349 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
350 COPY_PHASE_STRIP = YES;
351 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
352 ENABLE_NS_ASSERTIONS = NO;
353 GCC_C_LANGUAGE_STANDARD = gnu99;
354 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
355 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
356 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
357 GCC_WARN_UNDECLARED_SELECTOR = YES;
358 GCC_WARN_UNINITIALIZED_AUTOS = YES;
359 GCC_WARN_UNUSED_FUNCTION = YES;
360 GCC_WARN_UNUSED_VARIABLE = YES;
361 MACOSX_DEPLOYMENT_TARGET = 10.9;
366 14452CB8177D24460097E057 /* Debug */ = {
367 isa = XCBuildConfiguration;
369 GCC_PRECOMPILE_PREFIX_HEADER = NO;
370 PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
371 PRODUCT_NAME = "$(TARGET_NAME)";
375 14452CB9177D24460097E057 /* Release */ = {
376 isa = XCBuildConfiguration;
378 GCC_PRECOMPILE_PREFIX_HEADER = NO;
379 ONLY_ACTIVE_ARCH = YES;
380 "OTHER_CFLAGS[arch=*]" = "";
381 "OTHER_CPLUSPLUSFLAGS[arch=*]" = (
382 "-fno-optimize-sibling-calls",
383 "-fno-omit-frame-pointer",
385 PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
386 PRODUCT_NAME = "$(TARGET_NAME)";
390 14CC393A18EA811F004AFE34 /* Debug */ = {
391 isa = XCBuildConfiguration;
393 CLANG_ENABLE_OBJC_ARC = YES;
394 COMBINE_HIDPI_IMAGES = YES;
395 EXECUTABLE_PREFIX = lib;
396 GCC_PREPROCESSOR_DEFINITIONS = (
400 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
401 PRODUCT_NAME = "$(TARGET_NAME)";
405 14CC393B18EA811F004AFE34 /* Release */ = {
406 isa = XCBuildConfiguration;
408 CLANG_ENABLE_OBJC_ARC = YES;
409 COMBINE_HIDPI_IMAGES = YES;
410 EXECUTABLE_PREFIX = lib;
411 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
412 PRODUCT_NAME = "$(TARGET_NAME)";
416 /* End XCBuildConfiguration section */
418 /* Begin XCConfigurationList section */
419 14452CA4177D24460097E057 /* Build configuration list for PBXProject "MallocBench" */ = {
420 isa = XCConfigurationList;
421 buildConfigurations = (
422 14452CB5177D24460097E057 /* Debug */,
423 14452CB6177D24460097E057 /* Release */,
425 defaultConfigurationIsVisible = 0;
426 defaultConfigurationName = Release;
428 14452CB7177D24460097E057 /* Build configuration list for PBXNativeTarget "MallocBench" */ = {
429 isa = XCConfigurationList;
430 buildConfigurations = (
431 14452CB8177D24460097E057 /* Debug */,
432 14452CB9177D24460097E057 /* Release */,
434 defaultConfigurationIsVisible = 0;
435 defaultConfigurationName = Release;
437 14CC393918EA811F004AFE34 /* Build configuration list for PBXNativeTarget "mbmalloc" */ = {
438 isa = XCConfigurationList;
439 buildConfigurations = (
440 14CC393A18EA811F004AFE34 /* Debug */,
441 14CC393B18EA811F004AFE34 /* Release */,
443 defaultConfigurationIsVisible = 0;
444 defaultConfigurationName = Release;
446 /* End XCConfigurationList section */
448 rootObject = 14452CA1177D24460097E057 /* Project object */;