Blender V4.3
MemPrintBlock Struct Reference

Public Attributes

const char * name
 
uintptr_t len
 
int items
 

Detailed Description

Definition at line 736 of file mallocn_guarded_impl.cc.

Member Data Documentation

◆ items

int MemPrintBlock::items

Definition at line 739 of file mallocn_guarded_impl.cc.

Referenced by MEM_guarded_printmemlist_stats().

◆ len

uintptr_t MemPrintBlock::len

Definition at line 738 of file mallocn_guarded_impl.cc.

Referenced by compare_len(), and MEM_guarded_printmemlist_stats().

◆ name

const char* MemPrintBlock::name

Definition at line 737 of file mallocn_guarded_impl.cc.

Referenced by compare_name(), and MEM_guarded_printmemlist_stats().


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