Sha256: 9af55a4fd5b1a9e928ad8000a419f455f9db11cc0f6102753f94324f4319fba2
Contents?: true
Size: 182 Bytes
Versions: 24
Compression:
Stored size: 182 Bytes
Contents
# Test program to train Valgrind. require 'ffi' module LibC extend FFI::Library ffi_lib FFI::Library::LIBC attach_function :malloc, [:size_t], :pointer end LibC.malloc 2000
Version data entries
24 entries across 24 versions & 1 rubygems