packagebolt// maxMapSize represents the largest mmap size supported by Bolt.constmaxMapSize=0x7FFFFFFF// 2GB// maxAllocSize is the size used when creating array pointers.constmaxAllocSize=0xFFFFFFF// Are unaligned load/stores broken on this arch?varbrokenUnaligned=false