[][src]Function rusty_v8::new_default_allocator

pub fn new_default_allocator() -> UniqueRef<Allocator>

malloc/free based convenience allocator.

Caller takes ownership, i.e. the returned object needs to be freed using |delete allocator| once it is no longer in use.