[][src]Module dynvec::region

Modules

block
chunks
global

Structs

DeallocateAll

An iterator that causes a region to deallocate all its allocations.

Location

Represents the location of an object allocated in a region.

Traits

Region

Represents a region of the memory. Objects can be allocated into this region. Regions can carry additional data with each allocation.