]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add intercepts for operator new(unsigned long) and operator
authorJulian Seward <jseward@acm.org>
Sun, 24 Apr 2005 00:04:42 +0000 (00:04 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 24 Apr 2005 00:04:42 +0000 (00:04 +0000)
commit78e24d41bd366a2a84bb2c7eb7d4b0259fae703e
tree898465792d7f7c2daf4118fb1c5f4ea27877ffb2
parentc97ba2bbaaae6bb15adf53b739d04edecf703c43
Add intercepts for operator new(unsigned long) and operator
new[](unsigned long).  The 32-bit ones take unsigned int args, not
unsigned longs, and so the existing name-set did not capture them.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3549
NOTES.txt
coregrind/vg_replace_malloc.c