ChunkyEventList.this

Construct a ChunkyEventList.

struct ChunkyEventList
@safe pure nothrow @nogc
this

Parameters

chunkStorage Chunk[]

Space allocated for profile data chunks (not chunk data itself). outOfSpace() must be called before adding chunks to determine if this space has been spent, and provideStorage() must be called to allocate more chunks after running out of space. ChunkyEventList never allocates by itself.

Meta