data-structures-c
Loading...
Searching...
No Matches
freelist_header Struct Reference

Freelist header definition. This lies at the front of every block. More...

#include <freelist.h>

Public Member Functions

char * sizeof (size_t))
 Padding for aligning user data.
 

Public Attributes

size_t __prev_block_size_w_freed_bit
 
size_t curr_block_size
 Current block size.
 
char : CALC_ALIGNMENT_PADDING(alignof(max_align_t)
 

Detailed Description

Freelist header definition. This lies at the front of every block.

Member Data Documentation

◆ __prev_block_size_w_freed_bit

size_t freelist_header::__prev_block_size_w_freed_bit

Variable containing both the Previous block size and freed bit


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