mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Don't include headers in a namespace.
This commit is contained in:
parent
dc25c46dee
commit
bded83e458
@ -1291,6 +1291,8 @@ _memory_adjust_size_class(size_t iclass) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
#if defined( _WIN32 ) || defined( __WIN32__ ) || defined( _WIN64 )
|
#if defined( _WIN32 ) || defined( __WIN32__ ) || defined( _WIN64 )
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
#else
|
#else
|
||||||
@ -1302,6 +1304,9 @@ _memory_adjust_size_class(size_t iclass) {
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
namespace tracy
|
||||||
|
{
|
||||||
|
|
||||||
//! Initialize the allocator and setup global data
|
//! Initialize the allocator and setup global data
|
||||||
int
|
int
|
||||||
rpmalloc_initialize(void) {
|
rpmalloc_initialize(void) {
|
||||||
|
Loading…
Reference in New Issue
Block a user