improve layout of page for x64

This commit is contained in:
daan 2019-08-11 10:31:00 -07:00
parent 2c1da9d194
commit 7b105c4810
4 changed files with 17 additions and 17 deletions

View file

@ -182,7 +182,7 @@ typedef struct mi_page_s {
// improve page index calculation
#if (MI_INTPTR_SIZE==8 && MI_SECURE==0)
void* padding[1]; // 12 words on 64-bit
// void* padding[1]; // 12 words on 64-bit
#elif MI_INTPTR_SIZE==4
// void* padding[1]; // 12 words on 32-bit
#endif
@ -383,7 +383,7 @@ typedef struct mi_segments_tld_s {
} mi_segments_tld_t;
// OS thread local data
typedef struct mi_os_tld_s {
typedef struct mi_os_tld_s {
mi_stats_t* stats; // points to tld stats
} mi_os_tld_t;