mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
per thread region search index
This commit is contained in:
parent
2e924150ae
commit
0fd898315c
3 changed files with 6 additions and 4 deletions
|
@ -384,6 +384,7 @@ typedef struct mi_segments_tld_s {
|
|||
|
||||
// OS thread local data
|
||||
typedef struct mi_os_tld_s {
|
||||
size_t region_idx; // start point for next allocation
|
||||
mi_stats_t* stats; // points to tld stats
|
||||
} mi_os_tld_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue