pub const MemoryAllocator_kDefaultAlignment: usize = 8;
Expand description

Default alignment of memory returned by this class. Ensures that pointer fields of structs will be aligned. Larger types like long double may not be, however, depending on the toolchain and architecture.