Removing files which should be excluded.
This commit is contained in:
parent
8a3e97fa6c
commit
234ad74cf6
|
@ -1,20 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
|
||||||
<string>English</string>
|
|
||||||
<key>CFBundleIdentifier</key>
|
|
||||||
<string>com.apple.xcode.dsym.nexus</string>
|
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
|
||||||
<string>6.0</string>
|
|
||||||
<key>CFBundlePackageType</key>
|
|
||||||
<string>dSYM</string>
|
|
||||||
<key>CFBundleSignature</key>
|
|
||||||
<string>????</string>
|
|
||||||
<key>CFBundleShortVersionString</key>
|
|
||||||
<string>1.0</string>
|
|
||||||
<key>CFBundleVersion</key>
|
|
||||||
<string>1</string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
47
valout
47
valout
|
@ -1,47 +0,0 @@
|
||||||
==63032== Memcheck, a memory error detector
|
|
||||||
==63032== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
|
|
||||||
==63032== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
|
|
||||||
==63032== Command: ./nexus
|
|
||||||
==63032== Parent PID: 63031
|
|
||||||
==63032==
|
|
||||||
--63032-- run: /usr/bin/dsymutil "./nexus"
|
|
||||||
==63032==
|
|
||||||
==63032== HEAP SUMMARY:
|
|
||||||
==63032== in use at exit: 4,396,444 bytes in 8,260 blocks
|
|
||||||
==63032== total heap usage: 1,251,992 allocs, 1,243,732 frees, 54,427,961 bytes allocated
|
|
||||||
==63032==
|
|
||||||
==63032== 72 (36 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 2,000 of 3,471
|
|
||||||
==63032== at 0x640B: malloc (in /usr/local/Cellar/valgrind/3.11.0/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
|
|
||||||
==63032== by 0x2A5AC4: __Balloc_D2A (in /usr/lib/system/libsystem_c.dylib)
|
|
||||||
==63032== by 0x2A5E91: __pow5mult_D2A (in /usr/lib/system/libsystem_c.dylib)
|
|
||||||
==63032== by 0x2A3656: __dtoa (in /usr/lib/system/libsystem_c.dylib)
|
|
||||||
==63032== by 0x2CA8BD: __vfprintf (in /usr/lib/system/libsystem_c.dylib)
|
|
||||||
==63032== by 0x2F12EE: __v2printf (in /usr/lib/system/libsystem_c.dylib)
|
|
||||||
==63032== by 0x2D6F7A: _vsnprintf (in /usr/lib/system/libsystem_c.dylib)
|
|
||||||
==63032== by 0x2D702F: vsnprintf (in /usr/lib/system/libsystem_c.dylib)
|
|
||||||
==63032== by 0x10014A01B: dblog (io.c:11234)
|
|
||||||
==63032== by 0x10023E56D: dbtime (nexus.c:931)
|
|
||||||
==63032== by 0x100215563: createvault (map.c:5754)
|
|
||||||
==63032== by 0x10021ACC8: createheaven (map.c:4550)
|
|
||||||
==63032==
|
|
||||||
==63032== 4,096 bytes in 1 blocks are definitely lost in loss record 3,448 of 3,471
|
|
||||||
==63032== at 0x640B: malloc (in /usr/local/Cellar/valgrind/3.11.0/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
|
|
||||||
==63032== by 0x2C3869: __smakebuf (in /usr/lib/system/libsystem_c.dylib)
|
|
||||||
==63032== by 0x2C6E3B: __srefill0 (in /usr/lib/system/libsystem_c.dylib)
|
|
||||||
==63032== by 0x2C6F38: __srefill (in /usr/lib/system/libsystem_c.dylib)
|
|
||||||
==63032== by 0x2C0929: fgets (in /usr/lib/system/libsystem_c.dylib)
|
|
||||||
==63032== by 0x10023FF59: loadnpcnames (nexus.c:1848)
|
|
||||||
==63032== by 0x10023B7FE: init (nexus.c:1614)
|
|
||||||
==63032== by 0x100238F12: main (nexus.c:172)
|
|
||||||
==63032==
|
|
||||||
==63032== LEAK SUMMARY:
|
|
||||||
==63032== definitely lost: 4,132 bytes in 2 blocks
|
|
||||||
==63032== indirectly lost: 36 bytes in 1 blocks
|
|
||||||
==63032== possibly lost: 0 bytes in 0 blocks
|
|
||||||
==63032== still reachable: 4,366,893 bytes in 7,882 blocks
|
|
||||||
==63032== suppressed: 25,383 bytes in 375 blocks
|
|
||||||
==63032== Reachable blocks (those to which a pointer was found) are not shown.
|
|
||||||
==63032== To see them, rerun with: --leak-check=full --show-leak-kinds=all
|
|
||||||
==63032==
|
|
||||||
==63032== For counts of detected and suppressed errors, rerun with: -v
|
|
||||||
==63032== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 17 from 17)
|
|
Loading…
Reference in New Issue