From: Mathieu Desnoyers Date: Mon, 12 Nov 2012 14:07:34 +0000 (-0500) Subject: tests: use standard malloc/free for synchronize_rcu() X-Git-Tag: v0.8.0~140 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=bcc74df39fa57a21aa977ef14e02ed8ab13c37e2;hp=bcc74df39fa57a21aa977ef14e02ed8ab13c37e2;p=urcu.git tests: use standard malloc/free for synchronize_rcu() Allows removing mutex from tests, which allow testing scalability of concurrent synchronize_rcu() executions. CC: Paul E. McKenney CC: Lai Jiangshan CC: Alan Stern Signed-off-by: Mathieu Desnoyers ---