Blender V4.3
MemHead Struct Reference

Public Attributes

int tag1
size_t len
MemHeadnext
MemHeadprev
const char * name
const char * nextname
int tag2
uint16_t flag
short alignment

Detailed Description

Definition at line 111 of file mallocn_guarded_impl.cc.

Member Data Documentation

◆ alignment

◆ flag

◆ len

◆ name

◆ next

◆ nextname

const char* MemHead::nextname

Definition at line 116 of file mallocn_guarded_impl.cc.

Referenced by check_memlist(), and make_memhead_header().

◆ prev

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().

◆ tag1

int MemHead::tag1

Definition at line 112 of file mallocn_guarded_impl.cc.

Referenced by check_memlist(), make_memhead_header(), and MEM_guarded_freeN().

◆ tag2

int MemHead::tag2

Definition at line 117 of file mallocn_guarded_impl.cc.

Referenced by check_memlist(), make_memhead_header(), and MEM_guarded_freeN().


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