ruby--ruby/ext/fiddle
Aaron Patterson dffca50bb6 [ruby/fiddle] Free closures immediately
(https://github.com/ruby/fiddle/pull/109)

These structs don't need to be freed as part of finalization, so lets
free them immediately.

https://github.com/ruby/fiddle/commit/8a10ec1152
2022-10-18 17:21:45 +09:00
..
lib [ruby/fiddle] Add support for linker script on Linux 2022-10-18 17:21:45 +09:00
win32
closure.c [ruby/fiddle] Free closures immediately 2022-10-18 17:21:45 +09:00
closure.h
conversions.c [ruby/fiddle] Add constants for unsigned values (https://github.com/ruby/fiddle/pull/111) 2022-10-07 15:18:49 +09:00
conversions.h
depend
extconf.rb Add --with-libffi-source-dir feature and removed --enable-bundled-libffi option. (#113) 2022-10-07 15:20:11 +09:00
fiddle.c [ruby/fiddle] Move "type" constants to `Fiddle::Types` (https://github.com/ruby/fiddle/pull/112) 2022-10-07 15:18:50 +09:00
fiddle.gemspec Add --with-libffi-source-dir feature and removed --enable-bundled-libffi option. (#113) 2022-10-07 15:20:11 +09:00
fiddle.h [ruby/fiddle] Add constants for unsigned values (https://github.com/ruby/fiddle/pull/111) 2022-10-07 15:18:49 +09:00
function.c
function.h
handle.c [ruby/fiddle] Add `sym_defined?` methods to test if a symbol is defined (https://github.com/ruby/fiddle/pull/108) 2022-10-07 15:18:51 +09:00
memory_view.c
pinned.c
pointer.c