Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
Data Structures | Functions
object_tracing.c File Reference
#include "internal.h"
#include "ruby/debug.h"
#include "objspace.h"

Go to the source code of this file.

Data Structures

struct  traceobj_arg
 

Functions

int rb_bug_reporter_add (void(*func)(FILE *, void *), void *data)
 
struct allocation_infoobjspace_lookup_allocation_info (VALUE obj)
 
void Init_object_tracing (VALUE rb_mObjSpace)
 

Function Documentation

◆ Init_object_tracing()

void Init_object_tracing ( VALUE  rb_mObjSpace)

Definition at line 482 of file object_tracing.c.

References rb_define_module(), and rb_define_module_function().

◆ objspace_lookup_allocation_info()

struct allocation_info* objspace_lookup_allocation_info ( VALUE  obj)

Definition at line 341 of file object_tracing.c.