ChunkGCAllocator.enter

Have the calling thread enter the region with a chunks of size chunkSize.

struct ChunkGCAllocator
static
void
enter
(
size_t chunkSize
)

Parameters

chunkSize size_t

The size of allocated chunks throughout the region.

Meta