PagesAllocator
static char sPagesAllocatorStorage[sizeof(PagesAllocator)]
__attribute__((__aligned__(alignof(PagesAllocator))))
static PagesAllocator* sPagesAllocator;
sPagesAllocator = new(sPagesAllocatorStorage) PagesAllocator;