Struct solana_sdk::entrypoint::BumpAllocator [−][src]
The bump allocator used as the default rust heap when running programs.
Fields
start: usize
len: usize
Trait Implementations
impl GlobalAlloc for BumpAllocator
[src]
impl GlobalAlloc for BumpAllocator
[src]Auto Trait Implementations
impl RefUnwindSafe for BumpAllocator
impl RefUnwindSafe for BumpAllocator
impl Send for BumpAllocator
impl Send for BumpAllocator
impl Sync for BumpAllocator
impl Sync for BumpAllocator
impl Unpin for BumpAllocator
impl Unpin for BumpAllocator
impl UnwindSafe for BumpAllocator
impl UnwindSafe for BumpAllocator