|
OpenTTD Source
1.10.0-RC1
|
Helper types related to the allocation of memory. More...
#include "alloc_func.hpp"Go to the source code of this file.
Data Structures | |
| class | ReusableBuffer< T > |
| A reusable buffer that can be used for places that temporary allocate a bit of memory and do that very often, or for places where static memory is allocated that might need to be reallocated sometimes. More... | |
| class | ZeroedMemoryAllocator |
| Base class that provides memory initialization on dynamically created objects. More... | |
Helper types related to the allocation of memory.
Definition in file alloc_type.hpp.