xref
: /
freebsd-9-stable
/
sys
/
gnu
/
fs
/
xfs
/
FreeBSD
/
support
/
kmem.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
support
/
kmem.h
>
2
3
MALLOC_DEFINE
(
M_XFS
,
"XFSALLOC"
,
"XFS memory"
);
4