microsoft / mimalloc

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

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

Closed 1027663760 closed 1 month ago

1027663760 commented 3 months ago

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

1 @Daan

daanx commented 1 month ago

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