Hengband  2.2.1
関数 | 変数
z-virt.c ファイル
#include "z-virt.h"
#include "z-util.h"
z-virt.c の依存先関係図:

関数

vptr rnfree (vptr p, huge len)
 
vptr rpanic (huge len)
 
vptr ralloc (huge len)
 
concptr string_make (concptr str)
 
errr string_free (concptr str)
 

変数

vptr(* rnfree_aux )(vptr, huge) = NULL
 
vptr(* rpanic_aux )(huge) = NULL
 
vptr(* ralloc_aux )(huge) = NULL
 

関数詳解

◆ ralloc()

vptr ralloc ( huge  len)
呼び出し関係図:

◆ rnfree()

vptr rnfree ( vptr  p,
huge  len 
)
呼び出し関係図:

◆ rpanic()

vptr rpanic ( huge  len)
呼び出し関係図:

◆ string_free()

errr string_free ( concptr  str)
呼び出し関係図:

◆ string_make()

concptr string_make ( concptr  str)
呼び出し関係図:

変数詳解

◆ ralloc_aux

vptr(* ralloc_aux) (huge) = NULL

◆ rnfree_aux

vptr(* rnfree_aux) (vptr, huge) = NULL

◆ rpanic_aux

vptr(* rpanic_aux) (huge) = NULL