Struct solana_program::entrypoint::BumpAllocator [−][src]
Expand description
The bump allocator used as the default rust heap when running programs.
Fields
start: usizelen: usizeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BumpAllocatorimpl Send for BumpAllocatorimpl Sync for BumpAllocatorimpl Unpin for BumpAllocatorimpl UnwindSafe for BumpAllocator