Trait solana_bpf_loader_program::alloc::Alloc [−][src]
Based loosely on the unstable std::alloc::Alloc trait
Based loosely on the unstable std::alloc::Alloc trait
fn alloc(&mut self, layout: Layout) -> Result<u64, AllocErr>
[src]fn dealloc(&mut self, addr: u64, layout: Layout)
[src]impl Alloc for BpfAllocator
[src]