__allocate_pages
status_t __allocate_pages(void** address, size_t length, int flags, uint8* cleared);
status = __allocate_pages(&address, length, flags, &cleared);