Files
filament/libs
Mathias Agopian cf5606e940 Fix another bug in AtomicFreeList
An assert checking invariants would sometime trigger, the problem
was a logic error that would be exposed by a race when running out
of space in the list.

The root of the problem is that in one place we were not remapping the 
-1 offset to nullptr, storing a pointer violating our invariants.

Also added more asserts!!!
2018-11-28 12:10:23 -08:00
..
2018-10-18 12:42:13 -07:00
2018-10-18 12:42:13 -07:00
2018-11-21 13:46:07 -08:00
2018-10-09 10:34:12 -07:00
2018-11-28 11:27:37 -08:00
2018-11-28 12:10:23 -08:00