mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Cosmetics.
This commit is contained in:
parent
79eb6a5836
commit
a7e615d42e
@ -96,7 +96,7 @@ struct RPMallocInit
|
|||||||
{
|
{
|
||||||
#if defined TRACY_USE_INIT_ONCE
|
#if defined TRACY_USE_INIT_ONCE
|
||||||
InitOnceExecuteOnce(&InitOnce, InitOnceCallback, nullptr, nullptr);
|
InitOnceExecuteOnce(&InitOnce, InitOnceCallback, nullptr, nullptr);
|
||||||
//We must call rpmalloc_thread_initialize() explicitly here since the InitOnceCallback might
|
//We must call rpmalloc_thread_initialize() explicitly here since the InitOnceCallback might
|
||||||
//not be called on this thread if another thread has executed it earlier.
|
//not be called on this thread if another thread has executed it earlier.
|
||||||
rpmalloc_thread_initialize();
|
rpmalloc_thread_initialize();
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user