https://bugs.kde.org/show_bug.cgi?id=495469
Bug ID: 495469 Summary: aligned_alloc and posix_memalign missing MALLOC_TRACE with returned pointer Classification: Developer tools Product: valgrind Version: 3.24 GIT Platform: Other OS: Other Status: REPORTED Severity: normal Priority: NOR Component: memcheck Assignee: jsew...@acm.org Reporter: pjfl...@wanadoo.fr Target Milestone: --- aligned_alloc has MALLOC_TRACE("aligned_alloc(al %llu, size %llu)", \ (ULong)alignment, (ULong)size ); \ bit it's missing MALLOC_TRACE(" = %p\n", mem ); \ Similar issue with posix_memalign (and the unloved valloc) There are also a few failure paths that should also print "= 0\n" -- You are receiving this mail because: You are watching all bug changes.