|
Blender V4.3
|
Public Attributes | |
| int | tag1 |
| size_t | len |
| MemHead * | next |
| MemHead * | prev |
| const char * | name |
| const char * | nextname |
| int | tag2 |
| uint16_t | flag |
| short | alignment |
Definition at line 111 of file mallocn_guarded_impl.cc.
| short MemHead::alignment |
Definition at line 120 of file mallocn_guarded_impl.cc.
Referenced by make_memhead_header(), MEM_guarded_dupallocN(), MEM_guarded_mallocN_aligned(), MEM_guarded_printmemlist_stats(), MEM_guarded_reallocN_id(), MEM_guarded_recallocN_id(), rem_memblock(), and report_error_on_address().
| uint16_t MemHead::flag |
Definition at line 118 of file mallocn_guarded_impl.cc.
Referenced by make_memhead_header(), MEM_guarded_dupallocN(), MEM_guarded_freeN(), MEM_guarded_reallocN_id(), and MEM_guarded_recallocN_id().
| size_t MemHead::len |
Definition at line 113 of file mallocn_guarded_impl.cc.
Referenced by make_memhead_header(), MEM_guarded_allocN_len(), MEM_guarded_dupallocN(), MEM_guarded_freeN(), MEM_guarded_printmemlist_internal(), MEM_guarded_printmemlist_stats(), MEM_guarded_reallocN_id(), MEM_guarded_recallocN_id(), MEM_lockfree_callocN(), MEM_lockfree_mallocN(), rem_memblock(), and report_error_on_address().
| const char* MemHead::name |
Definition at line 115 of file mallocn_guarded_impl.cc.
Referenced by check_memlist(), make_memhead_header(), MEM_guarded_dupallocN(), MEM_guarded_freeN(), MEM_guarded_name_ptr(), MEM_guarded_name_ptr_set(), MEM_guarded_printmemlist_internal(), MEM_guarded_printmemlist_stats(), MEM_guarded_reallocN_id(), MEM_guarded_recallocN_id(), and rem_memblock().
| MemHead* MemHead::next |
Definition at line 114 of file mallocn_guarded_impl.cc.
Referenced by check_memlist(), make_memhead_header(), MEM_guarded_callbackmemlist(), MEM_guarded_printmemlist_internal(), MEM_guarded_printmemlist_stats(), and rem_memblock().
| const char* MemHead::nextname |
Definition at line 116 of file mallocn_guarded_impl.cc.
Referenced by check_memlist(), and make_memhead_header().
| MemHead * MemHead::prev |
Definition at line 114 of file mallocn_guarded_impl.cc.
Referenced by check_memlist(), MEM_guarded_name_ptr_set(), and rem_memblock().
| int MemHead::tag1 |
Definition at line 112 of file mallocn_guarded_impl.cc.
Referenced by check_memlist(), make_memhead_header(), and MEM_guarded_freeN().
| int MemHead::tag2 |
Definition at line 117 of file mallocn_guarded_impl.cc.
Referenced by check_memlist(), make_memhead_header(), and MEM_guarded_freeN().