1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/objspace
Nobuyoshi Nakada 6ed6b85ece Expose atomic operation macros with RUBY prefix
Now we need atomic operations, which are lighter than mutex, more
widely for extension libraries because of Ractor.
2020-12-24 11:43:21 +09:00
..
lib Fix ObjectSpace.dump(obj, output: :stdout) 2020-10-03 00:00:01 +09:00
depend Expose atomic operation macros with RUBY prefix 2020-12-24 11:43:21 +09:00
extconf.rb
object_tracing.c Fix ObjectSpace.trace_object_allocations_stop to not raise if the tracepoint were not initialized 2020-08-19 08:13:09 -07:00
objspace.c Prevent objects from moving while iterating the heap 2020-10-06 16:22:01 -07:00
objspace.h
objspace_dump.c Make ext/objspace ASAN friendly 2020-09-28 08:20:23 -07:00