Ruby
2.5.0dev(2017-10-22revision60238)
|
#include "internal.h"
#include <ruby/st.h>
#include <ruby/io.h>
#include <ruby/re.h>
#include "node.h"
#include "gc.h"
#include "symbol.h"
Go to the source code of this file.
Data Structures | |
struct | total_data |
struct | dynamic_symbol_counts |
struct | rof_data |
struct | rofr_data |
Macros | |
#define | CASE_TYPE(t) case t: type = ID2SYM(rb_intern(#t)); break; |
#define | COUNT_NODE(n) case n: node = ID2SYM(rb_intern(#n)); break; |
Functions | |
size_t | rb_sym_immortal_count (void) |
void | Init_object_tracing (VALUE rb_mObjSpace) |
void | Init_objspace_dump (VALUE rb_mObjSpace) |
void | Init_objspace (void) |
void Init_object_tracing | ( | VALUE | rb_mObjSpace | ) |
Definition at line 474 of file object_tracing.c.
References rb_define_module(), and rb_define_module_function().
void Init_objspace | ( | void | ) |
Definition at line 934 of file objspace.c.
References rb_cObject, rb_const_get(), rb_define_module(), rb_define_module_function(), and rb_intern.
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().