per thread region search index

This commit is contained in:
daan 2019-08-11 12:15:13 -07:00
parent 2e924150ae
commit 0fd898315c
3 changed files with 6 additions and 4 deletions

View file

@ -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;