14CC393C18EA812B004AFE34 /* libmbmalloc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 14CC393818EA811F004AFE34 /* libmbmalloc.dylib */; settings = {ATTRIBUTES = (Required, ); }; };
14CC393F18EA8184004AFE34 /* mbmalloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14CC391C18EA6759004AFE34 /* mbmalloc.cpp */; };
14CE4A6017BD355800288DAA /* big.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14CE4A5E17BD355800288DAA /* big.cpp */; };
+ 14D6322E1A69BE0B00A8F84F /* memalign.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14D6322C1A69BE0B00A8F84F /* memalign.cpp */; };
14E11932177ECC8B003A8D15 /* CPUCount.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14E11930177ECC8B003A8D15 /* CPUCount.cpp */; };
+ 14FCA36119A7C917001CFDA9 /* stress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14FCA35F19A7C917001CFDA9 /* stress.cpp */; };
/* End PBXBuildFile section */
-/* Begin PBXContainerItemProxy section */
- 14CC393D18EA813F004AFE34 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 14452CA1177D24460097E057 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 14CC393718EA811F004AFE34;
- remoteInfo = mbmalloc;
- };
-/* End PBXContainerItemProxy section */
-
/* Begin PBXCopyFilesBuildPhase section */
14452CA7177D24460097E057 /* Copy Files */ = {
isa = PBXCopyFilesBuildPhase;
14CC393818EA811F004AFE34 /* libmbmalloc.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libmbmalloc.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
14CE4A5E17BD355800288DAA /* big.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = big.cpp; path = MallocBench/big.cpp; sourceTree = "<group>"; };
14CE4A5F17BD355800288DAA /* big.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = big.h; path = MallocBench/big.h; sourceTree = "<group>"; };
+ 14D6322C1A69BE0B00A8F84F /* memalign.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = memalign.cpp; path = MallocBench/memalign.cpp; sourceTree = "<group>"; };
+ 14D6322D1A69BE0B00A8F84F /* memalign.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = memalign.h; path = MallocBench/memalign.h; sourceTree = "<group>"; };
14E11930177ECC8B003A8D15 /* CPUCount.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CPUCount.cpp; sourceTree = "<group>"; };
14E11931177ECC8B003A8D15 /* CPUCount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPUCount.h; sourceTree = "<group>"; };
14E11934177F5219003A8D15 /* mbmalloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mbmalloc.h; path = MallocBench/mbmalloc.h; sourceTree = "<group>"; };
+ 14FCA35F19A7C917001CFDA9 /* stress.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = stress.cpp; path = MallocBench/stress.cpp; sourceTree = "<group>"; };
+ 14FCA36019A7C917001CFDA9 /* stress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stress.h; path = MallocBench/stress.h; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
14976EC7177E3649006B819A /* list.h */,
1451FAEB18B14B7100DB6D47 /* medium.cpp */,
1451FAEC18B14B7100DB6D47 /* medium.h */,
+ 14D6322C1A69BE0B00A8F84F /* memalign.cpp */,
+ 14D6322D1A69BE0B00A8F84F /* memalign.h */,
1444AE94177E8DF200F8030A /* message.cpp */,
1444AE95177E8DF200F8030A /* message.h */,
14105E8018E13EEC003A106E /* realloc.cpp */,
1447AE8A18FB584200B3D7FF /* reddit.cpp */,
1447AE8B18FB584200B3D7FF /* reddit.h */,
1447AE8C18FB584200B3D7FF /* reddit.ops */,
+ 14FCA35F19A7C917001CFDA9 /* stress.cpp */,
+ 14FCA36019A7C917001CFDA9 /* stress.h */,
1447AE9818FB59D900B3D7FF /* theverge_memory_warning.ops */,
1447AE8D18FB584200B3D7FF /* theverge.cpp */,
1447AE8E18FB584200B3D7FF /* theverge.h */,
buildRules = (
);
dependencies = (
- 14CC393E18EA813F004AFE34 /* PBXTargetDependency */,
);
name = MallocBench;
productName = MallocBench;
1444AE96177E8DF200F8030A /* message.cpp in Sources */,
14452CEF177D47110097E057 /* churn.cpp in Sources */,
14452CB0177D24460097E057 /* main.cpp in Sources */,
+ 14FCA36119A7C917001CFDA9 /* stress.cpp in Sources */,
14C5008D184016CF007A531D /* facebook.cpp in Sources */,
1447AE9018FB584200B3D7FF /* flickr.cpp in Sources */,
14976EC8177E3649006B819A /* list.cpp in Sources */,
14C5009318403DA0007A531D /* Interpreter.cpp in Sources */,
1447AE9118FB584200B3D7FF /* reddit.cpp in Sources */,
14E11932177ECC8B003A8D15 /* CPUCount.cpp in Sources */,
+ 14D6322E1A69BE0B00A8F84F /* memalign.cpp in Sources */,
1444AE93177E79BB00F8030A /* fragment.cpp in Sources */,
14105E8218E13EEC003A106E /* realloc.cpp in Sources */,
14105E7F18DF7D73003A106E /* balloon.cpp in Sources */,
};
/* End PBXSourcesBuildPhase section */
-/* Begin PBXTargetDependency section */
- 14CC393E18EA813F004AFE34 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 14CC393718EA811F004AFE34 /* mbmalloc */;
- targetProxy = 14CC393D18EA813F004AFE34 /* PBXContainerItemProxy */;
- };
-/* End PBXTargetDependency section */
-
/* Begin XCBuildConfiguration section */
14452CB5177D24460097E057 /* Debug */ = {
isa = XCBuildConfiguration;