#include "gc.h"
#include "internal.h"
#include "internal/hash.h"
#include "internal/string.h"
#include "internal/sanitizers.h"
#include "node.h"
#include "objspace.h"
#include "ruby/debug.h"
#include "ruby/util.h"
#include "ruby/io.h"
#include "vm_core.h"
Go to the source code of this file.
◆ BUFFER_CAPACITY
#define BUFFER_CAPACITY 4096 |
◆ CASE_TYPE
#define CASE_TYPE |
( |
|
type | ) |
case T_##type: return #type |
◆ dump_append
◆ Init_objspace_dump()
void Init_objspace_dump |
( |
VALUE |
rb_mObjSpace | ) |
|
◆ ruby_hexdigits
const char ruby_hexdigits[] |
|
extern |