class FFI::AbstractMemory

Public Instance Methods

Return true if self has a size limit.

@return [Boolean]

# File lib/ffi/abstract_memory.rb, line 40
def size_limit?
  size != LONG_MAX
end