Class: FFI::AbstractMemory
- Inherits:
-
Object
- Object
- FFI::AbstractMemory
- Defined in:
- 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/ffi/abstract_memory.rb', line 40 def size_limit? size != LONG_MAX end |