nifanfa / MOOS

C# x64 operating system programming with the .NET native ahead-of-time compilation technology.

Home Page:https://github.com/nifanfa/MOOS/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allocator.KeepAlive Bug

nifanfa opened this issue · comments

It will only tell allocator do not collect that page. if the allocation size is larger than page size. it will goes wrong.