|
OpenTTD Source 20251104-master-g3befbdd52f
|
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 446 of file pool_type.hpp.
| AllocCache* Pool< Titem, Tindex, Tgrowth_step, Tpool_type, Tcache >::AllocCache::next |
The next in our 'cache'.
Definition at line 448 of file pool_type.hpp.