]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Split the OSet interface into two parts: "OSetGen_", which is the existing
authorNicholas Nethercote <njn@valgrind.org>
Mon, 17 Sep 2007 05:30:48 +0000 (05:30 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 17 Sep 2007 05:30:48 +0000 (05:30 +0000)
commit0974a299f5bfd54bb35409aa50e6cedd6dc9f646
tree782d6f4bf09847199968ed1e6e7d489724bf468c
parent6152e4a5f582d751f5bf7eee8c84dcbe3801275a
Split the OSet interface into two parts:  "OSetGen_", which is the existing
interface and provides full power;  and "OSetWord_", which is an
easier-to-use interface for if you just want to store words.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6841
cachegrind/cg_main.c
coregrind/m_debuginfo/readelf.c
coregrind/m_oset.c
coregrind/m_redir.c
include/pub_tool_oset.h
memcheck/mc_main.c
memcheck/tests/oset_test.c
memcheck/tests/oset_test.stdout.exp