Red code legacy MemoryManager, StreamEngine, ResourceManager, ImageHandler, AsyncPakManager, and more (#758)
Remove from CryCommon and CrySystem: - MemoryManager and all related classes/files - StreamEngine, ResourceManager, ImageHandler, and AsyncPakManager - Various other related interfaces/files/classes etc. that are all now unused
This commit is contained in:
@@ -36,9 +36,6 @@
|
||||
// require a pointer to the bucket be stored, whereas now no memory is used
|
||||
// while the block is allocated.
|
||||
//
|
||||
// This allocator is suitable for use with STL lists - see STLPoolAllocator
|
||||
// for an STL-compatible interface.
|
||||
//
|
||||
// The class can optionally support multi-threading, using the second
|
||||
// template parameter. By default it is multithread-safe.
|
||||
// See Synchronization.h.
|
||||
|
||||
Reference in New Issue
Block a user