mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 23:39:31 +03:00
Merge branch 'dev-exp' into dev-arena
This commit is contained in:
commit
ae092e05a2
1 changed files with 1 additions and 1 deletions
2
src/os.c
2
src/os.c
|
@ -980,7 +980,7 @@ int _mi_os_numa_node(mi_os_tld_t* tld) {
|
|||
// naturally come from the actual node so in practice this may be fine.
|
||||
tld->numa_node = mi_os_numa_nodex();
|
||||
}
|
||||
numa_node = tld->numa_node
|
||||
numa_node = tld->numa_node;
|
||||
#endif
|
||||
// never more than the node count and >= 0
|
||||
int numa_count = _mi_os_numa_node_count();
|
||||
|
|
Loading…
Add table
Reference in a new issue