mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Force inline GetPage().
This commit is contained in:
parent
30c398cd96
commit
9122d3516c
@ -9326,7 +9326,7 @@ struct MemoryPage
|
||||
int8_t data[PageSize];
|
||||
};
|
||||
|
||||
static inline MemoryPage& GetPage( flat_hash_map<uint64_t, MemoryPage, nohash<uint64_t>>& memmap, uint64_t page )
|
||||
static tracy_force_inline MemoryPage& GetPage( flat_hash_map<uint64_t, MemoryPage, nohash<uint64_t>>& memmap, uint64_t page )
|
||||
{
|
||||
auto it = memmap.find( page );
|
||||
if( it == memmap.end() )
|
||||
|
Loading…
Reference in New Issue
Block a user