MP-Gadget  5.0.1.dev1-76bc7d4726-dirty
Public Attributes | List of all members
BlockHeader Struct Reference
Collaboration diagram for BlockHeader:
[legend]

Public Attributes

char magic [8]
 
Allocatoralloc
 
char * ptr
 
char * self
 
size_t size
 
size_t request_size
 
char name [127]
 
int dir
 
char annotation []
 

Detailed Description

Definition at line 11 of file memory.c.

Member Data Documentation

◆ alloc

Allocator* BlockHeader::alloc

◆ annotation

char BlockHeader::annotation[]

◆ dir

int BlockHeader::dir

◆ magic

char BlockHeader::magic[8]

Definition at line 12 of file memory.c.

Referenced by allocator_alloc_va(), and is_header().

◆ name

char BlockHeader::name[127]

◆ ptr

char* BlockHeader::ptr

◆ request_size

size_t BlockHeader::request_size

◆ self

char* BlockHeader::self

Definition at line 15 of file memory.c.

Referenced by allocator_alloc_va(), allocator_dealloc(), and allocator_realloc_int().

◆ size

size_t BlockHeader::size

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