OpenTTD Source
20241108-master-g80f628063a
|
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.