OpenVPN
|
Data Fields | |
void * | block |
size_t | allocated_size |
size_t | size |
SourceLocation | location |
ListNode | node |
size_t MallocBlockInfo::allocated_size |
Definition at line 149 of file cmocka.c.
Referenced by _test_free(), and _test_malloc().
void* MallocBlockInfo::block |
Definition at line 148 of file cmocka.c.
Referenced by _test_free(), _test_malloc(), and display_allocated_blocks().
SourceLocation MallocBlockInfo::location |
Definition at line 151 of file cmocka.c.
Referenced by _test_free(), _test_malloc(), and display_allocated_blocks().
ListNode MallocBlockInfo::node |
Definition at line 152 of file cmocka.c.
Referenced by _test_free(), and _test_malloc().
size_t MallocBlockInfo::size |
Definition at line 150 of file cmocka.c.
Referenced by _test_free(), _test_malloc(), and _test_realloc().