ReactOS 0.4.15-dev-7958-gcd0bb1a
kmem_cache Struct Reference

#include <module.h>

Collaboration diagram for kmem_cache:

Public Attributes

CHAR name [32]
 
ULONG flags
 
ULONG size
 
atomic_t count
 
atomic_t acount
 
NPAGED_LOOKASIDE_LIST la
 
kmem_cache_cb_t constructor
 

Detailed Description

Definition at line 1137 of file module.h.

Member Data Documentation

◆ acount

atomic_t kmem_cache::acount

Definition at line 1142 of file module.h.

Referenced by kmem_cache_alloc().

◆ constructor

kmem_cache_cb_t kmem_cache::constructor

Definition at line 1144 of file module.h.

Referenced by kmem_cache_create().

◆ count

atomic_t kmem_cache::count

Definition at line 1141 of file module.h.

Referenced by kmem_cache_alloc(), and kmem_cache_free().

◆ flags

ULONG kmem_cache::flags

Definition at line 1139 of file module.h.

◆ la

NPAGED_LOOKASIDE_LIST kmem_cache::la

◆ name

CHAR kmem_cache::name[32]

Definition at line 1138 of file module.h.

Referenced by kmem_cache_create().

◆ size

ULONG kmem_cache::size

Definition at line 1140 of file module.h.

Referenced by kmem_cache_create().


The documentation for this struct was generated from the following file: