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

Public Attributes

const char * name
 
uintptr_t len
 
int items
 

Detailed Description

Definition at line 576 of file mallocn_guarded_impl.c.

Member Data Documentation

◆ items

int MemPrintBlock::items

Definition at line 579 of file mallocn_guarded_impl.c.

Referenced by MEM_guarded_printmemlist_stats().

◆ len

uintptr_t MemPrintBlock::len

Definition at line 578 of file mallocn_guarded_impl.c.

Referenced by compare_len(), and MEM_guarded_printmemlist_stats().

◆ name

const char* MemPrintBlock::name

Definition at line 577 of file mallocn_guarded_impl.c.

Referenced by compare_name(), and MEM_guarded_printmemlist_stats().


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