OpenVPN
Data Fields
MallocBlockInfo Struct Reference
Collaboration diagram for MallocBlockInfo:
Collaboration graph
[legend]

Data Fields

void * block
 
size_t allocated_size
 
size_t size
 
SourceLocation location
 
ListNode node
 

Detailed Description

Definition at line 147 of file cmocka.c.

Field Documentation

◆ allocated_size

size_t MallocBlockInfo::allocated_size

Definition at line 149 of file cmocka.c.

Referenced by _test_free(), and _test_malloc().

◆ block

void* MallocBlockInfo::block

Definition at line 148 of file cmocka.c.

Referenced by _test_free(), _test_malloc(), and display_allocated_blocks().

◆ location

SourceLocation MallocBlockInfo::location

Definition at line 151 of file cmocka.c.

Referenced by _test_free(), _test_malloc(), and display_allocated_blocks().

◆ node

ListNode MallocBlockInfo::node

Definition at line 152 of file cmocka.c.

Referenced by _test_free(), and _test_malloc().

◆ size

size_t MallocBlockInfo::size

Definition at line 150 of file cmocka.c.

Referenced by _test_free(), _test_malloc(), and _test_realloc().


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