Searched refs:ALIGN (Results 1 – 1 of 1) sorted by relevance
234 const u32 ALIGN = 4096; in nnMain() local235 void* share_buf = std::malloc(memSize + (ALIGN - 1)); in nnMain()240 …share_buf = reinterpret_cast<void*>((reinterpret_cast<u32>(share_buf) + (ALIGN - 1)) & ~(ALIGN-1)); in nnMain()