]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Use VG_(arena_memalign) for thread array rather than VG_(malloc)-ed + align
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 21 Aug 2015 22:22:27 +0000 (22:22 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 21 Aug 2015 22:22:27 +0000 (22:22 +0000)
commit9e871fd7bace52f9d7c806c04787d1804eb7e902
treeb26255308f0b16af87a50b0d91b6b44b8abb92ce
parent893c2a3f0838b06f3a994563f6c1f22a90749679
Use VG_(arena_memalign) for thread array rather than VG_(malloc)-ed + align

Objective is to avoid a 'possibly lost' leak when self-hosting
(and re-uses the already existing align logic in m_mallocfree.c)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15581
coregrind/m_threadstate.c