memorymanager
memorymanager copied to clipboard
A simple, thread-safe memory manager for 64bit C++ applications and games. Focus is on preventing heap fragmentation in the absence of good virtual memory management, at the cost of wasting some memor...
Results
1
memorymanager issues
Sort by
recently updated
recently updated
newest added
Unfortunately this code crashes in the multi-threading case. I haven't managed to determine _why_ exactly. Hopefully you'll find this helpful! :) ```cpp #include #include #include #include #include static void BM_Multithreaded_LocalAlloc(benchmark::State&...