OpenTTD Source 20241224-master-gee860a5c8e
|
Helper struct to cache 'freed' PoolItems so we do not need to allocate them again. More...
Data Fields | |
AllocCache * | next |
The next in our 'cache'. | |
Helper struct to cache 'freed' PoolItems so we do not need to allocate them again.
Definition at line 398 of file pool_type.hpp.
AllocCache* Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::AllocCache::next |
The next in our 'cache'.
Definition at line 400 of file pool_type.hpp.