quiverteam / Engine

Modified Version of Source 2007
104 stars 29 forks source link

Allocators in Tier0 need to be implemented on Linux #54

Closed JJL772 closed 4 years ago

JJL772 commented 4 years ago

CSmallBlockAllocator et al. relies on VirtualAlloc and VirtualFree to allocate and free pages. This needs to be re-implemented on Linux systems. I have identified the following strategies for doing this:

JJL772 commented 4 years ago

Fixed in latest commit to tier0