Skip to content

Instantly share code, notes, and snippets.

@methodmissing
Created April 17, 2009 21:33
Show Gist options
  • Select an option

  • Save methodmissing/97277 to your computer and use it in GitHub Desktop.

Select an option

Save methodmissing/97277 to your computer and use it in GitHub Desktop.
mri:
thread:
thread_switch:
- char: 'Thread Status'
- int: 'Restore'
cache:
clear_cache:
clear_cache_by_class:
- char: 'Class'
clear_cache_by_id:
- int: 'Id'
marshal:
marshal_dump:
marshal_load:
load:
require:
- char: 'File'
- int: 'Safe level'
parse:
compile:
- char: 'File'
- int: 'Line'
lex:
variable:
global_var_get:
- char: 'Name'
global_var_set:
- char: 'Name'
class_var_get:
- char: 'Class'
- char: 'Name'
class_var_set:
- char: 'Class'
- char: 'Name'
instance_var_get:
- char: 'Class'
- char: 'Name'
instance_var_set:
- char: 'Class'
- char: 'Name'
const_get:
- char: 'Class'
- char: 'Name'
const_set:
- char: 'Class'
- char: 'Name'
gc:
gc_malloc:
gc_calloc:
gc_realloc:
gc_free:
gc_register_address:
gc_unregister_address:
gc_add_heap:
gc_new_object:
gc_data_object_alloc:
gc_source_filename:
- char: 'Class'
gc_mark_source_filename:
- char: 'Class'
gc_sweep_source_filename:
- char: 'Class'
gc_mark_all:
gc_mark_rest:
gc_is_pointer_to_heap:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment