Ruby
2.5.0dev(2017-10-22revision60238)
|
#include "internal.h"
#include "ruby/debug.h"
#include "ruby/io.h"
#include "gc.h"
#include "node.h"
#include "vm_core.h"
#include "objspace.h"
Go to the source code of this file.
Data Structures | |
struct | dump_config |
Macros | |
#define | CASE_TYPE(type) case T_##type: return #type |
#define | TYPE_STR(t) case(imemo_##t): return #t |
Functions | |
PRINTF_ARGS (static void dump_append(struct dump_config *, const char *,...), 2, 3) | |
void | Init_objspace_dump (VALUE rb_mObjSpace) |
#define CASE_TYPE | ( | type | ) | case T_##type: return #type |
#define TYPE_STR | ( | t | ) | case(imemo_##t): return #t |
void Init_objspace_dump | ( | VALUE | rb_mObjSpace | ) |
Definition at line 500 of file objspace_dump.c.
References rb_define_module(), and rb_define_module_function().
PRINTF_ARGS | ( | static void | dump_appendstruct dump_config *, const char *,..., |
2 | , | ||
3 | |||
) |