mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Removed use of new/delete, switched to use allocator instead.
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
#include "test.h"
|
||||
#include <bx/thread.h>
|
||||
|
||||
bx::MpScUnboundedBlockingQueue<void> s_mpsc;
|
||||
bx::DefaultAllocator s_allocator;
|
||||
bx::MpScUnboundedBlockingQueue<void> s_mpsc(&s_allocator);
|
||||
|
||||
int32_t threadExit0(bx::Thread* _thread, void*)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user