]> sourceware.org Git - valgrind.git/commit
massif: add C++ aligned operator new to allocator functions
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 3 Nov 2023 20:40:22 +0000 (21:40 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 3 Nov 2023 20:40:22 +0000 (21:40 +0100)
commitcfc9a4767478e6082ddb387107b1e3bf22696aac
tree5163b292c2a66366cb24c36497b051b49a36b50f
parent06762f0a5bb205b8573f0a654ecbbe2a19ae031d
massif: add C++ aligned operator new to allocator functions

Also make the unsigned (32bit) and unsigned long (64bit) for size_t
conditional on the wordsize.
massif/ms_main.c
massif/tests/culling1.stderr.exp
massif/tests/culling2.stderr.exp
massif/tests/deep-B.stderr.exp
massif/tests/deep-C.stderr.exp
massif/tests/overloaded-new.cpp
massif/tests/overloaded-new.post.exp
massif/tests/overloaded-new.post.exp-freebsd
massif/tests/overloaded-new.post.exp-x86-freebsd-gcc
massif/tests/peak2.stderr.exp
massif/tests/realloc.stderr.exp
This page took 0.031319 seconds and 5 git commands to generate.