filename=ruby.h
macro=true
private=false
type=type*
name=ALLOC_N
params=(type, n)


type 型のメモリを n 個割り当てる。

