Enum maskerad_memory_allocators::ChunkType
[−]
[src]
pub enum ChunkType {
TempData,
ResidentData,
}The type of the memory chunk.
Only used by the double-ended allocators, to choose which memory chunk to operate on.
Variants
TempDataResidentData