Method: Libcouchbase::Ext.mem_alloc

Defined in:
lib/libcouchbase/ext/libcouchbase.rb

.mem_alloc(size) ⇒ FFI::Pointer(*Void)

(Not documented)

Parameters:

  • size (Integer)

Returns:

  • (FFI::Pointer(*Void))


816
# File 'lib/libcouchbase/ext/libcouchbase.rb', line 816

attach_function :mem_alloc, :lcb_mem_alloc, [:ulong], :pointer, :blocking => true