Scatteralloc has some issues with independent thread scheduling, to test this build once with SYNC and once with ASYNC and test the following:
-
Sync
- ./s_alloc_test 1 16 1 works -> 1 Thread allocating
- ./s_alloc_test 2 16 1 works -> 2 Threads allocating
-
Async
- ./s_alloc_test 1 16 1 works
- ./s_alloc_test 2 16 1 DOES NOT WORK
Scatteralloc has some issues with independent thread scheduling, to test this build once with SYNC and once with ASYNC and test the following:
Sync
Async