LLVM 22.0.0git
size_class_t Struct Reference

Public Attributes

uint32_t block_size
 Size of blocks in this class.
uint16_t block_count
 Number of blocks in each chunk.
uint16_t class_idx
 Class index this class is merged with.

Detailed Description

Definition at line 728 of file rpmalloc.c.

Member Data Documentation

◆ block_count

uint16_t size_class_t::block_count

Number of blocks in each chunk.

Definition at line 732 of file rpmalloc.c.

Referenced by _rpmalloc_span_initialize_new(), and rpmalloc_thread_statistics().

◆ block_size

uint32_t size_class_t::block_size

Size of blocks in this class.

Definition at line 730 of file rpmalloc.c.

Referenced by _rpmalloc_span_initialize_new(), and rpmalloc_thread_statistics().

◆ class_idx

uint16_t size_class_t::class_idx

Class index this class is merged with.

Definition at line 734 of file rpmalloc.c.


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