ruby/ext/objspace
KJ Tsanaktsidis 61da90c1b8 Mark asan fake stacks during machine stack marking
ASAN leaves a pointer to the fake frame on the stack; we can use the
__asan_addr_is_in_fake_stack API to work out the extent of the fake
stack and thus mark any VALUEs contained therein.

[Bug #20001]
2024-01-19 09:55:12 +11:00
..
lib [DOC] Improve ObjectSpace#dump_XXX method docs 2023-02-19 22:32:52 +02:00
depend Mark asan fake stacks during machine stack marking 2024-01-19 09:55:12 +11:00
extconf.rb ext/objspace: Specify frozen_string_literal: true. 2017-02-12 04:31:25 +00:00
object_tracing.c Merge gc.h and internal/gc.h 2023-02-09 10:32:29 -05:00
objspace.c `ObjectSpace.count_nodes` doesn't count nodes 2023-11-21 14:39:06 +09:00
objspace.h * ext/objspace/object_tracing.c: Add experimental methods to dump 2013-11-08 17:06:55 +00:00
objspace_dump.c objspace_dump.c: dump call cache ids with dump_append_id 2023-11-22 10:24:35 +01:00