FreeBSD virtual memory subsystem code
uma_bucket_zone Struct Reference
Collaboration diagram for uma_bucket_zone:

Data Fields

uma_zone_t ubz_zone
 
const char * ubz_name
 
int ubz_entries
 
int ubz_maxsize
 

Detailed Description

Definition at line 241 of file uma_core.c.

Field Documentation

◆ ubz_entries

int uma_bucket_zone::ubz_entries

◆ ubz_maxsize

int uma_bucket_zone::ubz_maxsize

Definition at line 245 of file uma_core.c.

Referenced by bucket_select().

◆ ubz_name

const char* uma_bucket_zone::ubz_name

Definition at line 243 of file uma_core.c.

Referenced by bucket_init().

◆ ubz_zone

uma_zone_t uma_bucket_zone::ubz_zone

Definition at line 242 of file uma_core.c.

Referenced by bucket_alloc(), bucket_free(), bucket_init(), and bucket_zone_drain().


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