Struct xalloc::arena::sys::SysAllocator [] [src]

pub struct SysAllocator;

UnsafeArena implementation that relies on the system memory allocator.

Trait Implementations

impl Debug for SysAllocator
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SysAllocator
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SysAllocator
[src]

impl<T> UnsafeArena<T> for SysAllocator
[src]

Pointer type. Read more

[src]

Insert a value into the arena. Read more

[src]

Get a reference to a contained value, without a pointer validity check.

[src]

Get a mutable reference to a contained value, without a pointer validity check. Read more

[src]

Remove a value from the arena, without a pointer validity check. Read more

[src]

Reserves capacity for at least additional values to be inserted in the arena.

impl<T> UnsafeArenaWithMembershipCheck<T> for SysAllocator
[src]

[src]

Return true if the pointer was created from the same instance of the arena. Read more

Auto Trait Implementations

impl Send for SysAllocator

impl Sync for SysAllocator