Merge branch 'master' into merge

This commit is contained in:
Hunter Goldstein 2025-03-14 08:56:45 -07:00
commit df92b6c262

View file

@ -24,6 +24,7 @@ const size_t kPageSize = sysconf(_SC_PAGESIZE);
#endif
#endif
#include <stdint.h>
#include <stdlib.h>
LUAU_FASTFLAG(DebugLuauFreezeArena)