pub unsafe extern "C" fn rb_alloc_tmp_buffer_with_count(
store: *mut VALUE,
len: size_t,
count: size_t,
) -> *mut c_voidExpand description
§Private
This is an implementation detail of #RB_ALLOCV_N(). People don’t use this directly.
@param[out] store Pointer to a variable.
@param[in] len Requested number of bytes to allocate.
@param[in] count Number of elements in an array.
@return Allocated len bytes array.
@post store holds the corresponding tmp buffer object.
@internal
§Although the meaning of count variable is clear, @shyouhei doesn’t
understand its needs.
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3