tornavis/intern/guardedalloc/tests
Sergey Sharybin a44bb8603e Guarded allocator: Fix lock-free allocator tests
Previously the lock-free tests were actually testing guarded allocator
because the main entry point of tests was switching allocator to the
guarded one.

There seems to be no allocations happening between the initialization
sequence and the fixture's SetUp(), so easiest seems to be just to
switch to lockfree implementation in the fixture's SetUp().

The test are passing locally, so the "should work" has high chance
of actually being truth :)

Differential Revision: https://developer.blender.org/D9584
2020-11-19 16:17:48 +01:00
..
guardedalloc_alignment_test.cc Guarded allocator: Fix lock-free allocator tests 2020-11-19 16:17:48 +01:00
guardedalloc_overflow_test.cc Guarded allocator: Fix lock-free allocator tests 2020-11-19 16:17:48 +01:00
guardedalloc_test_base.h Guarded allocator: Fix lock-free allocator tests 2020-11-19 16:17:48 +01:00