pub unsafe extern "C" fn rb_alloc_tmp_buffer(
store: *mut VALUE,
len: c_long,
) -> *mut c_voidExpand description
§Private
This is an implementation detail of #RB_ALLOCV(). People don’t use this directly.
§@param[out] store Pointer to a variable.
@param[in] len Requested number of bytes to allocate.
@return Allocated len bytes array.
@post store holds the corresponding tmp buffer object.
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3