Class: FFI::AbstractMemory
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/lib/ffi/abstract_memory.rb
Instance Method Summary collapse
-
#size_limit? ⇒ Boolean
Return
true
ifself
has a size limit.
Instance Method Details
#size_limit? ⇒ Boolean
Return true
if self
has a size limit.
40 41 42 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/lib/ffi/abstract_memory.rb', line 40 def size_limit? size != LONG_MAX end |