mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-05 15:09:31 +03:00
fix compilation of region descriptor on 32-bit
This commit is contained in:
parent
36d168a2d9
commit
f9b942d80d
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ typedef union mi_region_info_u {
|
||||||
struct {
|
struct {
|
||||||
bool valid;
|
bool valid;
|
||||||
bool is_large;
|
bool is_large;
|
||||||
int numa_node;
|
short numa_node;
|
||||||
};
|
};
|
||||||
} mi_region_info_t;
|
} mi_region_info_t;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue