microsoft / mimalloc

mimalloc is a compact general purpose allocator with excellent performance.
MIT License
10.63k stars 867 forks source link

Is this a bug? segment-map.c uses an undefined constant MAX_UINT32 #913

Closed 1027663760 closed 3 months ago

1027663760 commented 4 months ago

I changed it to UINT32_MAX, but I'm not sure whether this value is correct

1 @Daan

daanx commented 3 months ago

Yes, that's a bug -- Thanks so much!