rb_free_tmp_buffer

Function rb_free_tmp_buffer 

Source
pub unsafe extern "C" fn rb_free_tmp_buffer(store: *mut VALUE)
Expand description

§Private

This is an implementation detail of #RB_ALLOCV_END(). People don’t use this directly.

§@param[out] store Pointer to a variable. @pre store is a NULL, or a pointer to a tmp buffer object. @post *store is ::RUBY_Qfalse. @post The object formerly stored in store is destroyed.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3