Method: Libcouchbase::Ext.mem_free

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

.mem_free(ptr) ⇒ nil

(Not documented)

Parameters:

  • ptr (FFI::Pointer(*Void))

Returns:

  • (nil)


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

attach_function :mem_free, :lcb_mem_free, [:pointer], :void, :blocking => true