るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.087秒)
トップページ > バージョン:2.3.0[x] > クエリ:l[x] > クエリ:ALLOC_N[x]

別のキーワード

  1. etc pc_alloc_size_min
  2. pc_alloc_size_min etc
  3. alloc_n
  4. alloc
  5. rb_obj_alloc

検索結果

type* ALLOC_N(type, n) (132601.0)

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

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

type* REALLOC_N(var, type, n) (36601.0)

type 型のメモリ領域 var のサイズを n 個に変更する。

type 型のメモリ領域 var のサイズを n 個に変更する。