FreeBSD virtual memory subsystem code
uma_cache Struct Reference

#include <uma_int.h>

Collaboration diagram for uma_cache:

Data Fields

struct uma_cache_bucket uc_freebucket
 
struct uma_cache_bucket uc_allocbucket
 
struct uma_cache_bucket uc_crossbucket
 
uint64_t uc_allocs
 
uint64_t uc_frees
 

Detailed Description

Definition at line 259 of file uma_int.h.

Field Documentation

◆ uc_allocbucket

◆ uc_allocs

uint64_t uma_cache::uc_allocs

◆ uc_crossbucket

struct uma_cache_bucket uma_cache::uc_crossbucket

◆ uc_freebucket

◆ uc_frees

uint64_t uma_cache::uc_frees

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