(b76ad15ed0da636161de0243c547ee1e6fc95681)
#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
#define dump_append |
( |
|
dc, |
|
|
|
str |
|
) |
| buffer_append(dc, (str), (long)strlen(str)) |
◆ Init_objspace_dump()
void Init_objspace_dump |
( |
VALUE |
rb_mObjSpace | ) |
|
◆ ruby_hexdigits