#include "ruby/io.h"
#include "internal.h"
#include "ruby/debug.h"
#include "gc.h"
#include "node.h"
#include "vm_core.h"
#include "objspace.h"
Go to the source code of this file.
|
#define | CASE_TYPE(type) case T_##type: return #type |
|
#define | TYPE_STR(t) case(imemo_##t): return #t |
|
◆ CASE_TYPE
#define CASE_TYPE |
( |
|
type | ) |
case T_##type: return #type |
◆ TYPE_STR
#define TYPE_STR |
( |
|
t | ) |
case(imemo_##t): return #t |
◆ Init_objspace_dump()
void Init_objspace_dump |
( |
VALUE |
rb_mObjSpace | ) |
|
◆ PRINTF_ARGS()
PRINTF_ARGS |
( |
static void |
dump_appendstruct dump_config *, const char *,..., |
|
|
2 |
, |
|
|
3 |
|
|
) |
| |