るりまサーチ (Ruby 2.1.0)

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

別のキーワード

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

検索結果

type* ALLOC_N(type, n) (169501.0)

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

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

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

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

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