Collection Info

View Source
Collection
core
Path
container/pool
Entries
10

Source Files

Constants

1

DEFAULT_BLOCK_SIZE #

Source
DEFAULT_BLOCK_SIZE :: _DEFAULT_BLOCK_SIZE

Types

2

Pool #

Source
Pool :: Pool

A thread-safe (between init and destroy) object pool backed by virtual growing arena returning stable pointers. The element type requires an intrusive link node. Example: Elem :: struct { link: ^Elem, } p: pool.Pool(Elem) pool.init(&p, "link")

Procedures

7