メインページ
|
モジュール
|
データ構造
|
Directories
|
ファイル一覧
|
データフィールド
|
グローバル
|
関連ページ
構造体 _linked_buffer
Linked data structure to hold malloced areas.
[詳細]
_linked_bufferのコラボレーション図
[
凡例
]
変数
unsigned long
size
Size of the area.
char *
buffer
Pointer to the area.
char *
nowp
Pointer to the current point.
_linked_buffer
*
next
Link to the next data, NULL if last.
説明
Linked data structure to hold malloced areas.
mybmalloc.c
の
53
行で定義されています。
この構造体の説明は次のファイルから生成されました:
libsent/src/util/
mybmalloc.c
Juliusに対してTue Mar 28 16:07:14 2006に生成されました。
1.4.2