Struct redis_module::alloc::RedisAlloc [−][src]
pub struct RedisAlloc;
Trait Implementations
impl GlobalAlloc for RedisAlloc
[src]
impl GlobalAlloc for RedisAlloc
[src]unsafe fn alloc(&self, layout: Layout) -> *mut u8
[src]
unsafe fn alloc(&self, layout: Layout) -> *mut u8
[src]Allocate memory as described by the given layout
. Read more
unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout)
[src]
unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout)
[src]Deallocate the block of memory at the given ptr
pointer with the given layout
. Read more