Struct solana_sdk::entrypoint::BumpAllocator [−][src]
Expand description
The bump allocator used as the default rust heap when running programs.
Fields
start: usize
len: usize
Trait Implementations
Integer arithmetic in this global allocator implementation is safe when
operating on the prescribed HEAP_START_ADDRESS
and HEAP_LENGTH
. Any
other use may overflow and is thus unsupported and at one’s own risk.
Auto Trait Implementations
impl RefUnwindSafe for BumpAllocator
impl Send for BumpAllocator
impl Sync for BumpAllocator
impl Unpin for BumpAllocator
impl UnwindSafe for BumpAllocator