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
nagachika c42208f8e2 merge revision(s) c0f4e4ca6d: [Backport #18007]
undefine alloc functions for C extensions

	per guidance in doc/extension.rdoc, these classes now undefine their
	alloc functions:

	- ObjectSpace::InternalObjectWrapper
	- Socket::Ifaddr
	---
	 ext/objspace/objspace.c | 1 +
	 ext/socket/ifaddr.c     | 1 +
	 2 files changed, 2 insertions(+)
2021-09-05 14:55:14 +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 ext/objspace: Specify frozen_string_literal: true. 2017-02-12 04:31:25 +00:00
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 merge revision(s) c0f4e4ca6d: [Backport #18007] 2021-09-05 14:55:14 +09:00
objspace.h
objspace_dump.c merge revision(s) 6ca3d1af33: [Backport #17552] 2021-02-02 15:47:50 +09:00