jp9000 fd24d0de2f Use atomics for allocation counter
I was getting cases where the CPU cache was causing issues with the
allocation counter, for the longest time I thought I was doing something
wrong, but when the allocation counter went below 0, I realized it was
because I didn't use atomics for incrementing/decrementing the
allocation counter variable.  The allocation counter now always should
have the correct value.
2014-04-07 01:25:38 -07:00
..
2014-04-03 23:41:07 +02:00
2014-02-28 20:02:29 -07:00
2014-04-07 01:25:38 -07:00
2014-04-07 01:25:38 -07:00
2014-01-09 22:02:11 -07:00
2014-03-04 07:07:13 -07:00
2014-03-04 07:07:13 -07:00
2014-03-17 14:16:05 -07:00
2013-09-30 19:37:13 -07:00
2013-10-14 13:21:15 +02:00