OpenTTD Source 20250312-master-gcdcc6b491d
|
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.