mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 10:21:20 +00:00
I've made these changes only for FreeBSD and Solaris for the moment. I don't know what should be done on Linux for aligned_alloc/memalign. The current Valgrind code refects the glibc implementation, but not what the documentation says.
11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
|
|
|
|
HEAP SUMMARY:
|
|
in use at exit: 0 bytes in 0 blocks
|
|
total heap usage: 0 allocs, 0 frees, 0 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)
|