H.J. Lu
831698b8f7
Allocate memory on cache line if requested
...
Since GTM::gtm_thread has
gtm_thread *next_thread __attribute__((__aligned__(HW_CACHELINE_SIZE)));
GTM::gtm_thread::operator new () calls xmalloc with separate_cl == true.
xmalloc must return memory on cache line in this case.
PR libitm/70456
* util.cc (xmalloc): Use posix_memalign to allocate memory on
on cache line if requested.
From-SVN: r235211
2016-04-19 10:01:11 -07:00
..
2016-03-03 09:31:57 +00:00
2016-01-21 18:25:42 +00:00
2016-01-04 15:30:50 +01:00
2016-01-04 15:30:50 +01:00
2014-05-28 11:32:54 +00:00
2015-05-13 11:25:28 +00:00
2016-01-04 15:30:50 +01:00
2016-01-04 15:30:50 +01:00
2016-01-04 15:30:50 +01:00
2016-01-04 15:30:50 +01:00
2016-03-03 09:31:57 +00:00
2016-04-19 10:01:11 -07:00
2016-01-04 15:30:50 +01:00
2016-01-04 15:30:50 +01:00
2013-07-15 12:23:49 -05:00
2016-01-20 10:53:56 -08:00
2016-01-20 10:53:56 -08:00
2016-01-04 15:30:50 +01:00
2016-01-04 15:30:50 +01:00
2016-01-13 12:40:34 +00:00
2016-01-04 15:30:50 +01:00
2016-01-22 16:13:06 +00:00
2016-01-20 10:53:56 -08:00
2015-11-20 00:10:08 +00:00
2016-01-04 14:03:35 +01:00
2016-01-04 15:30:50 +01:00
2016-01-04 15:30:50 +01:00
2016-01-20 10:53:56 -08:00
2016-01-20 10:53:56 -08:00
2016-01-16 22:08:41 +00:00
2016-01-16 22:08:41 +00:00
2016-01-22 16:13:06 +00:00
2016-01-22 16:13:06 +00:00
2016-01-04 15:30:50 +01:00
2016-01-04 15:30:50 +01:00
2016-04-19 10:01:11 -07:00