Blender  V3.3
Public Attributes | List of all members
MemHead Struct Reference

Public Attributes

int tag1
 
size_t len
 
struct MemHeadnext
 
struct MemHeadprev
 
const char * name
 
const char * nextname
 
int tag2
 
short pad1
 
short alignment
 

Detailed Description

Definition at line 77 of file mallocn_guarded_impl.c.

Member Data Documentation

◆ alignment

short MemHead::alignment

◆ len

size_t MemHead::len

◆ name

const char* MemHead::name

◆ next

struct MemHead* MemHead::next

◆ nextname

const char* MemHead::nextname

Definition at line 82 of file mallocn_guarded_impl.c.

Referenced by check_memlist(), and make_memhead_header().

◆ pad1

short MemHead::pad1

Definition at line 84 of file mallocn_guarded_impl.c.

Referenced by make_memhead_header().

◆ prev

struct MemHead * MemHead::prev

Definition at line 80 of file mallocn_guarded_impl.c.

Referenced by check_memlist(), and rem_memblock().

◆ tag1

int MemHead::tag1

Definition at line 78 of file mallocn_guarded_impl.c.

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

◆ tag2

int MemHead::tag2

Definition at line 83 of file mallocn_guarded_impl.c.

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


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