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