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 1447AE8418FB4B2400B3D7FF /* libSystem.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1447AE8318FB4B2400B3D7FF /* libSystem.dylib */; };
17 1451FAED18B14B7100DB6D47 /* medium.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1451FAEB18B14B7100DB6D47 /* medium.cpp */; };
18 14976EC8177E3649006B819A /* list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14976EC6177E3649006B819A /* list.cpp */; };
19 14976ECC177E3C87006B819A /* CommandLine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14976ECB177E3C87006B819A /* CommandLine.cpp */; };
20 14976ECE177E3D67006B819A /* Benchmark.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14976ECD177E3D67006B819A /* Benchmark.cpp */; };
21 14976ED1177E4AF7006B819A /* tree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14976ECF177E4AF7006B819A /* tree.cpp */; };
22 14C5008D184016CF007A531D /* facebook.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14C5008B184016CF007A531D /* facebook.cpp */; };
23 14C5009018401841007A531D /* facebook.ops in CopyFiles */ = {isa = PBXBuildFile; fileRef = 14C5008E18401726007A531D /* facebook.ops */; };
24 14C5009318403DA0007A531D /* Interpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14C5009118403DA0007A531D /* Interpreter.cpp */; };
25 14CC393C18EA812B004AFE34 /* libmbmalloc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 14CC393818EA811F004AFE34 /* libmbmalloc.dylib */; settings = {ATTRIBUTES = (Required, ); }; };
26 14CC393F18EA8184004AFE34 /* mbmalloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14CC391C18EA6759004AFE34 /* mbmalloc.cpp */; };
27 14CE4A6017BD355800288DAA /* big.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14CE4A5E17BD355800288DAA /* big.cpp */; };
28 14E11932177ECC8B003A8D15 /* CPUCount.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14E11930177ECC8B003A8D15 /* CPUCount.cpp */; };
29 /* End PBXBuildFile section */
31 /* Begin PBXContainerItemProxy section */
32 14CC393D18EA813F004AFE34 /* PBXContainerItemProxy */ = {
33 isa = PBXContainerItemProxy;
34 containerPortal = 14452CA1177D24460097E057 /* Project object */;
36 remoteGlobalIDString = 14CC393718EA811F004AFE34;
37 remoteInfo = mbmalloc;
39 /* End PBXContainerItemProxy section */
41 /* Begin PBXCopyFilesBuildPhase section */
42 14452CA7177D24460097E057 /* CopyFiles */ = {
43 isa = PBXCopyFilesBuildPhase;
48 14C5009018401841007A531D /* facebook.ops in CopyFiles */,
50 runOnlyForDeploymentPostprocessing = 0;
52 /* End PBXCopyFilesBuildPhase section */
54 /* Begin PBXFileReference section */
55 14105E7D18DF7D73003A106E /* balloon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = balloon.cpp; path = MallocBench/balloon.cpp; sourceTree = "<group>"; };
56 14105E7E18DF7D73003A106E /* balloon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = balloon.h; path = MallocBench/balloon.h; sourceTree = "<group>"; };
57 14105E8018E13EEC003A106E /* realloc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = realloc.cpp; path = MallocBench/realloc.cpp; sourceTree = "<group>"; };
58 14105E8118E13EEC003A106E /* realloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = realloc.h; path = MallocBench/realloc.h; sourceTree = "<group>"; };
59 1444AE91177E79BB00F8030A /* fragment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fragment.cpp; path = MallocBench/fragment.cpp; sourceTree = "<group>"; };
60 1444AE92177E79BB00F8030A /* fragment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fragment.h; path = MallocBench/fragment.h; sourceTree = "<group>"; };
61 1444AE94177E8DF200F8030A /* message.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = message.cpp; path = MallocBench/message.cpp; sourceTree = "<group>"; };
62 1444AE95177E8DF200F8030A /* message.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = message.h; path = MallocBench/message.h; sourceTree = "<group>"; };
63 14452CA9177D24460097E057 /* MallocBench */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = MallocBench; sourceTree = BUILT_PRODUCTS_DIR; };
64 14452CAF177D24460097E057 /* main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
65 14452CED177D47110097E057 /* churn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = churn.cpp; path = MallocBench/churn.cpp; sourceTree = "<group>"; };
66 14452CEE177D47110097E057 /* churn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = churn.h; path = MallocBench/churn.h; sourceTree = "<group>"; };
67 1447AE8318FB4B2400B3D7FF /* libSystem.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libSystem.dylib; path = /usr/lib/libSystem.dylib; sourceTree = "<absolute>"; };
68 1451FAEB18B14B7100DB6D47 /* medium.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = medium.cpp; path = MallocBench/medium.cpp; sourceTree = "<group>"; };
69 1451FAEC18B14B7100DB6D47 /* medium.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = medium.h; path = MallocBench/medium.h; sourceTree = "<group>"; };
70 14976EC6177E3649006B819A /* list.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = list.cpp; path = MallocBench/list.cpp; sourceTree = "<group>"; };
71 14976EC7177E3649006B819A /* list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = list.h; path = MallocBench/list.h; sourceTree = "<group>"; };
72 14976EC9177E3B4A006B819A /* Benchmark.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Benchmark.h; sourceTree = "<group>"; };
73 14976ECA177E3C05006B819A /* CommandLine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CommandLine.h; sourceTree = "<group>"; };
74 14976ECB177E3C87006B819A /* CommandLine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CommandLine.cpp; sourceTree = "<group>"; };
75 14976ECD177E3D67006B819A /* Benchmark.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Benchmark.cpp; sourceTree = "<group>"; };
76 14976ECF177E4AF7006B819A /* tree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tree.cpp; path = MallocBench/tree.cpp; sourceTree = "<group>"; };
77 14976ED0177E4AF7006B819A /* tree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tree.h; path = MallocBench/tree.h; sourceTree = "<group>"; };
78 14C5008B184016CF007A531D /* facebook.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = facebook.cpp; path = MallocBench/facebook.cpp; sourceTree = "<group>"; };
79 14C5008C184016CF007A531D /* facebook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = facebook.h; path = MallocBench/facebook.h; sourceTree = "<group>"; };
80 14C5008E18401726007A531D /* facebook.ops */ = {isa = PBXFileReference; lastKnownFileType = file; name = facebook.ops; path = MallocBench/facebook.ops; sourceTree = "<group>"; };
81 14C5009118403DA0007A531D /* Interpreter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Interpreter.cpp; sourceTree = "<group>"; };
82 14C5009218403DA0007A531D /* Interpreter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Interpreter.h; sourceTree = "<group>"; };
83 14CC391C18EA6759004AFE34 /* mbmalloc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = mbmalloc.cpp; path = MallocBench/mbmalloc.cpp; sourceTree = "<group>"; };
84 14CC393818EA811F004AFE34 /* libmbmalloc.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libmbmalloc.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
85 14CE4A5E17BD355800288DAA /* big.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = big.cpp; path = MallocBench/big.cpp; sourceTree = "<group>"; };
86 14CE4A5F17BD355800288DAA /* big.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = big.h; path = MallocBench/big.h; sourceTree = "<group>"; };
87 14E11930177ECC8B003A8D15 /* CPUCount.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CPUCount.cpp; sourceTree = "<group>"; };
88 14E11931177ECC8B003A8D15 /* CPUCount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPUCount.h; sourceTree = "<group>"; };
89 14E11934177F5219003A8D15 /* mbmalloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mbmalloc.h; path = MallocBench/mbmalloc.h; sourceTree = "<group>"; };
90 /* End PBXFileReference section */
92 /* Begin PBXFrameworksBuildPhase section */
93 14452CA6177D24460097E057 /* Frameworks */ = {
94 isa = PBXFrameworksBuildPhase;
95 buildActionMask = 2147483647;
97 14CC393C18EA812B004AFE34 /* libmbmalloc.dylib in Frameworks */,
99 runOnlyForDeploymentPostprocessing = 0;
101 14CC393518EA811F004AFE34 /* Frameworks */ = {
102 isa = PBXFrameworksBuildPhase;
103 buildActionMask = 2147483647;
105 1447AE8418FB4B2400B3D7FF /* libSystem.dylib in Frameworks */,
107 runOnlyForDeploymentPostprocessing = 0;
109 /* End PBXFrameworksBuildPhase section */
111 /* Begin PBXGroup section */
112 14452CA0177D24460097E057 = {
115 14E11933177F51AC003A8D15 /* Benchmarks */,
116 14452CAE177D24460097E057 /* MallocBench */,
117 14CC391B18EA6722004AFE34 /* mbmalloc */,
118 1447AE8618FB4B5100B3D7FF /* Libraries */,
119 14452CAA177D24460097E057 /* Products */,
121 sourceTree = "<group>";
123 14452CAA177D24460097E057 /* Products */ = {
126 14452CA9177D24460097E057 /* MallocBench */,
127 14CC393818EA811F004AFE34 /* libmbmalloc.dylib */,
130 sourceTree = "<group>";
132 14452CAE177D24460097E057 /* MallocBench */ = {
135 14976ECD177E3D67006B819A /* Benchmark.cpp */,
136 14976EC9177E3B4A006B819A /* Benchmark.h */,
137 14976ECB177E3C87006B819A /* CommandLine.cpp */,
138 14976ECA177E3C05006B819A /* CommandLine.h */,
139 14E11930177ECC8B003A8D15 /* CPUCount.cpp */,
140 14E11931177ECC8B003A8D15 /* CPUCount.h */,
141 14C5009118403DA0007A531D /* Interpreter.cpp */,
142 14C5009218403DA0007A531D /* Interpreter.h */,
143 14452CAF177D24460097E057 /* main.cpp */,
146 sourceTree = "<group>";
148 1447AE8618FB4B5100B3D7FF /* Libraries */ = {
151 1447AE8318FB4B2400B3D7FF /* libSystem.dylib */,
154 sourceTree = "<group>";
156 14CC391B18EA6722004AFE34 /* mbmalloc */ = {
159 14CC391C18EA6759004AFE34 /* mbmalloc.cpp */,
160 14E11934177F5219003A8D15 /* mbmalloc.h */,
163 sourceTree = "<group>";
165 14E11933177F51AC003A8D15 /* Benchmarks */ = {
168 14105E7D18DF7D73003A106E /* balloon.cpp */,
169 14105E7E18DF7D73003A106E /* balloon.h */,
170 14CE4A5E17BD355800288DAA /* big.cpp */,
171 14CE4A5F17BD355800288DAA /* big.h */,
172 14452CED177D47110097E057 /* churn.cpp */,
173 14452CEE177D47110097E057 /* churn.h */,
174 14C5008B184016CF007A531D /* facebook.cpp */,
175 14C5008C184016CF007A531D /* facebook.h */,
176 14C5008E18401726007A531D /* facebook.ops */,
177 1444AE91177E79BB00F8030A /* fragment.cpp */,
178 1444AE92177E79BB00F8030A /* fragment.h */,
179 14976EC6177E3649006B819A /* list.cpp */,
180 14976EC7177E3649006B819A /* list.h */,
181 1451FAEB18B14B7100DB6D47 /* medium.cpp */,
182 1451FAEC18B14B7100DB6D47 /* medium.h */,
183 1444AE94177E8DF200F8030A /* message.cpp */,
184 1444AE95177E8DF200F8030A /* message.h */,
185 14105E8018E13EEC003A106E /* realloc.cpp */,
186 14105E8118E13EEC003A106E /* realloc.h */,
187 14976ECF177E4AF7006B819A /* tree.cpp */,
188 14976ED0177E4AF7006B819A /* tree.h */,
191 sourceTree = "<group>";
193 /* End PBXGroup section */
195 /* Begin PBXHeadersBuildPhase section */
196 14CC393618EA811F004AFE34 /* Headers */ = {
197 isa = PBXHeadersBuildPhase;
198 buildActionMask = 2147483647;
201 runOnlyForDeploymentPostprocessing = 0;
203 /* End PBXHeadersBuildPhase section */
205 /* Begin PBXNativeTarget section */
206 14452CA8177D24460097E057 /* MallocBench */ = {
207 isa = PBXNativeTarget;
208 buildConfigurationList = 14452CB7177D24460097E057 /* Build configuration list for PBXNativeTarget "MallocBench" */;
210 14452CA5177D24460097E057 /* Sources */,
211 14452CA6177D24460097E057 /* Frameworks */,
212 14452CA7177D24460097E057 /* CopyFiles */,
217 14CC393E18EA813F004AFE34 /* PBXTargetDependency */,
220 productName = MallocBench;
221 productReference = 14452CA9177D24460097E057 /* MallocBench */;
222 productType = "com.apple.product-type.tool";
224 14CC393718EA811F004AFE34 /* mbmalloc */ = {
225 isa = PBXNativeTarget;
226 buildConfigurationList = 14CC393918EA811F004AFE34 /* Build configuration list for PBXNativeTarget "mbmalloc" */;
228 14CC393418EA811F004AFE34 /* Sources */,
229 14CC393518EA811F004AFE34 /* Frameworks */,
230 14CC393618EA811F004AFE34 /* Headers */,
237 productName = mbmalloc;
238 productReference = 14CC393818EA811F004AFE34 /* libmbmalloc.dylib */;
239 productType = "com.apple.product-type.library.dynamic";
241 /* End PBXNativeTarget section */
243 /* Begin PBXProject section */
244 14452CA1177D24460097E057 /* Project object */ = {
247 LastUpgradeCheck = 0600;
248 ORGANIZATIONNAME = "Geoffrey Garen";
250 buildConfigurationList = 14452CA4177D24460097E057 /* Build configuration list for PBXProject "MallocBench" */;
251 compatibilityVersion = "Xcode 3.2";
252 developmentRegion = English;
253 hasScannedForEncodings = 0;
257 mainGroup = 14452CA0177D24460097E057;
258 productRefGroup = 14452CAA177D24460097E057 /* Products */;
262 14452CA8177D24460097E057 /* MallocBench */,
263 14CC393718EA811F004AFE34 /* mbmalloc */,
266 /* End PBXProject section */
268 /* Begin PBXSourcesBuildPhase section */
269 14452CA5177D24460097E057 /* Sources */ = {
270 isa = PBXSourcesBuildPhase;
271 buildActionMask = 2147483647;
273 14CE4A6017BD355800288DAA /* big.cpp in Sources */,
274 14976ED1177E4AF7006B819A /* tree.cpp in Sources */,
275 1444AE96177E8DF200F8030A /* message.cpp in Sources */,
276 14452CEF177D47110097E057 /* churn.cpp in Sources */,
277 14452CB0177D24460097E057 /* main.cpp in Sources */,
278 14C5008D184016CF007A531D /* facebook.cpp in Sources */,
279 14976EC8177E3649006B819A /* list.cpp in Sources */,
280 14976ECC177E3C87006B819A /* CommandLine.cpp in Sources */,
281 1451FAED18B14B7100DB6D47 /* medium.cpp in Sources */,
282 14C5009318403DA0007A531D /* Interpreter.cpp in Sources */,
283 14E11932177ECC8B003A8D15 /* CPUCount.cpp in Sources */,
284 1444AE93177E79BB00F8030A /* fragment.cpp in Sources */,
285 14105E8218E13EEC003A106E /* realloc.cpp in Sources */,
286 14105E7F18DF7D73003A106E /* balloon.cpp in Sources */,
287 14976ECE177E3D67006B819A /* Benchmark.cpp in Sources */,
289 runOnlyForDeploymentPostprocessing = 0;
291 14CC393418EA811F004AFE34 /* Sources */ = {
292 isa = PBXSourcesBuildPhase;
293 buildActionMask = 2147483647;
295 14CC393F18EA8184004AFE34 /* mbmalloc.cpp in Sources */,
297 runOnlyForDeploymentPostprocessing = 0;
299 /* End PBXSourcesBuildPhase section */
301 /* Begin PBXTargetDependency section */
302 14CC393E18EA813F004AFE34 /* PBXTargetDependency */ = {
303 isa = PBXTargetDependency;
304 target = 14CC393718EA811F004AFE34 /* mbmalloc */;
305 targetProxy = 14CC393D18EA813F004AFE34 /* PBXContainerItemProxy */;
307 /* End PBXTargetDependency section */
309 /* Begin XCBuildConfiguration section */
310 14452CB5177D24460097E057 /* Debug */ = {
311 isa = XCBuildConfiguration;
313 ALWAYS_SEARCH_USER_PATHS = NO;
314 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
315 CLANG_CXX_LIBRARY = "libc++";
316 CLANG_ENABLE_MODULES = YES;
317 CLANG_WARN_BOOL_CONVERSION = YES;
318 CLANG_WARN_CONSTANT_CONVERSION = YES;
319 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
320 CLANG_WARN_EMPTY_BODY = YES;
321 CLANG_WARN_ENUM_CONVERSION = YES;
322 CLANG_WARN_INT_CONVERSION = YES;
323 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
324 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
325 COPY_PHASE_STRIP = NO;
326 GCC_C_LANGUAGE_STANDARD = gnu99;
327 GCC_DYNAMIC_NO_PIC = NO;
328 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
329 GCC_OPTIMIZATION_LEVEL = 0;
330 GCC_PREPROCESSOR_DEFINITIONS = (
334 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
335 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
336 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
337 GCC_WARN_UNDECLARED_SELECTOR = YES;
338 GCC_WARN_UNINITIALIZED_AUTOS = YES;
339 GCC_WARN_UNUSED_FUNCTION = YES;
340 GCC_WARN_UNUSED_VARIABLE = YES;
341 MACOSX_DEPLOYMENT_TARGET = 10.9;
342 ONLY_ACTIVE_ARCH = YES;
347 14452CB6177D24460097E057 /* Release */ = {
348 isa = XCBuildConfiguration;
350 ALWAYS_SEARCH_USER_PATHS = NO;
351 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
352 CLANG_CXX_LIBRARY = "libc++";
353 CLANG_ENABLE_MODULES = YES;
354 CLANG_WARN_BOOL_CONVERSION = YES;
355 CLANG_WARN_CONSTANT_CONVERSION = YES;
356 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
357 CLANG_WARN_EMPTY_BODY = YES;
358 CLANG_WARN_ENUM_CONVERSION = YES;
359 CLANG_WARN_INT_CONVERSION = YES;
360 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
361 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
362 COPY_PHASE_STRIP = YES;
363 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
364 ENABLE_NS_ASSERTIONS = NO;
365 GCC_C_LANGUAGE_STANDARD = gnu99;
366 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
367 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
368 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
369 GCC_WARN_UNDECLARED_SELECTOR = YES;
370 GCC_WARN_UNINITIALIZED_AUTOS = YES;
371 GCC_WARN_UNUSED_FUNCTION = YES;
372 GCC_WARN_UNUSED_VARIABLE = YES;
373 MACOSX_DEPLOYMENT_TARGET = 10.9;
378 14452CB8177D24460097E057 /* Debug */ = {
379 isa = XCBuildConfiguration;
381 GCC_PRECOMPILE_PREFIX_HEADER = NO;
382 PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
383 PRODUCT_NAME = "$(TARGET_NAME)";
387 14452CB9177D24460097E057 /* Release */ = {
388 isa = XCBuildConfiguration;
390 GCC_PRECOMPILE_PREFIX_HEADER = NO;
391 ONLY_ACTIVE_ARCH = YES;
392 "OTHER_CFLAGS[arch=*]" = "";
393 "OTHER_CPLUSPLUSFLAGS[arch=*]" = (
394 "-fno-optimize-sibling-calls",
395 "-fno-omit-frame-pointer",
397 PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
398 PRODUCT_NAME = "$(TARGET_NAME)";
402 14CC393A18EA811F004AFE34 /* Debug */ = {
403 isa = XCBuildConfiguration;
405 CLANG_ENABLE_OBJC_ARC = YES;
406 COMBINE_HIDPI_IMAGES = YES;
407 EXECUTABLE_PREFIX = lib;
408 GCC_PREPROCESSOR_DEFINITIONS = (
412 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
413 PRODUCT_NAME = "$(TARGET_NAME)";
417 14CC393B18EA811F004AFE34 /* Release */ = {
418 isa = XCBuildConfiguration;
420 CLANG_ENABLE_OBJC_ARC = YES;
421 COMBINE_HIDPI_IMAGES = YES;
422 EXECUTABLE_PREFIX = lib;
423 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
424 PRODUCT_NAME = "$(TARGET_NAME)";
428 /* End XCBuildConfiguration section */
430 /* Begin XCConfigurationList section */
431 14452CA4177D24460097E057 /* Build configuration list for PBXProject "MallocBench" */ = {
432 isa = XCConfigurationList;
433 buildConfigurations = (
434 14452CB5177D24460097E057 /* Debug */,
435 14452CB6177D24460097E057 /* Release */,
437 defaultConfigurationIsVisible = 0;
438 defaultConfigurationName = Release;
440 14452CB7177D24460097E057 /* Build configuration list for PBXNativeTarget "MallocBench" */ = {
441 isa = XCConfigurationList;
442 buildConfigurations = (
443 14452CB8177D24460097E057 /* Debug */,
444 14452CB9177D24460097E057 /* Release */,
446 defaultConfigurationIsVisible = 0;
447 defaultConfigurationName = Release;
449 14CC393918EA811F004AFE34 /* Build configuration list for PBXNativeTarget "mbmalloc" */ = {
450 isa = XCConfigurationList;
451 buildConfigurations = (
452 14CC393A18EA811F004AFE34 /* Debug */,
453 14CC393B18EA811F004AFE34 /* Release */,
455 defaultConfigurationIsVisible = 0;
456 defaultConfigurationName = Release;
458 /* End XCConfigurationList section */
460 rootObject = 14452CA1177D24460097E057 /* Project object */;