るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.134秒)

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix determinant_e
  4. matrix rank_e
  5. matrix det_e

ライブラリ

検索結果

Fiddle.#malloc(size) -> Integer (21310.0)

size バイトのメモリ領域を確保し、その領域を指す整数を返します。

...size バイトのメモリ領域を確保し、その領域を指す整数を返します。

メモリを確保できなかった場合、例外 NoMemoryError が発生するか、あるいは ruby インタプリタが強制終了します。

@param size 必要なメモリ領域のサイズを...