A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
block_header_t Struct Reference
+ Collaboration diagram for block_header_t:

Public Attributes

struct block_header_tprev_phys_block
 
size_t size
 
struct block_header_tnext_free
 
struct block_header_tprev_free
 

Detailed Description

Definition at line 229 of file tlsf.cc.

Member Data Documentation

struct block_header_t* block_header_t::next_free

Definition at line 237 of file tlsf.cc.

struct block_header_t* block_header_t::prev_free

Definition at line 238 of file tlsf.cc.

struct block_header_t* block_header_t::prev_phys_block

Definition at line 231 of file tlsf.cc.

size_t block_header_t::size

Definition at line 234 of file tlsf.cc.


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