概要


メモリを管理する変数。

宣言


/* This variable represents information about the memory space.  _gst_mem
   holds the required information: basically the pointer to the base and
   top of the space, and the pointers into it for allocation and copying.  */

この変数は、メモリ空間に関する情報を表現している。_gst_memは、要求される情報を持つ: 基本的に、メモリ空間の最初と最後へのポインタ、アロケートとコピーのためのポインタである。

extern struct memory_space _gst_mem
  ATTRIBUTE_HIDDEN;

実装



/* This variable represents information about the memory space.
   _gst_mem holds the required information: basically the
   pointer to the base and top of the space, and the pointers into it
   for allocation and copying.  */
struct memory_space _gst_mem;
タグ

コメントをかく


「http://」を含む投稿は禁止されています。

利用規約をご確認のうえご記入下さい

Wiki内検索

管理人/副管理人のみ編集できます