mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Explicitly use ordinary scalar delete and update the expecteds. Otherwise g++ uses sized scalar delete whilse clang uses ordinary scalar delete which causes a diff.
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
|
|
_ZnwmSt11align_val_t(size 64, al 64) = 0x........
|
|
_ZdlPvSt11align_val_t(0x........)
|
|
_ZnamSt11align_val_t(size 320, al 64) = 0x........
|
|
_ZdaPvSt11align_val_t(0x........)
|
|
_ZnwmSt11align_val_t(size 64, al 64) = 0x........
|
|
_ZdlPvmSt11align_val_t(0x........)
|
|
_ZnamSt11align_val_t(size 320, al 64) = 0x........
|
|
_ZdaPvmSt11align_val_t(0x........)
|
|
_ZnwmSt11align_val_tRKSt9nothrow_t(size 64, al 64) = 0x........
|
|
_ZdlPvSt11align_val_tRKSt9nothrow_t(0x........)
|
|
_ZnamSt11align_val_tRKSt9nothrow_t(size 320, al 64) = 0x........
|
|
_ZdaPvSt11align_val_tRKSt9nothrow_t(0x........)
|
|
_Znwm(4) = 0x........
|
|
_ZdlPvSt11align_val_t(0x........)
|
|
_ZnwmRKSt9nothrow_t(4) = 0x........
|
|
_ZdlPv(0x........)
|
|
_Znam(20) = 0x........
|
|
_ZdaPv(0x........)
|
|
_ZnamRKSt9nothrow_t(20) = 0x........
|
|
_ZdaPv(0x........)
|
|
|
|
HEAP SUMMARY:
|
|
in use at exit: ... bytes in ... blocks
|
|
total heap usage: ... allocs, ... frees, ... bytes allocated
|
|
|
|
For a detailed leak analysis, rerun with: --leak-check=full
|
|
|
|
For lists of detected and suppressed errors, rerun with: -s
|
|
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|