LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Data Fields
memstats_s Struct Reference

#include <lib_malloc.h>

Data Fields

int mem_totalbytes
 
int mem_allocbytes
 
int mem_freebytes
 
int mem_allocnodes
 
int mem_freenodes
 
int mem_largest
 

Detailed Description

Definition at line 53 of file lib_malloc.h.

Field Documentation

◆ mem_allocbytes

int memstats_s::mem_allocbytes

Definition at line 55 of file lib_malloc.h.

◆ mem_allocnodes

int memstats_s::mem_allocnodes

Definition at line 57 of file lib_malloc.h.

◆ mem_freebytes

int memstats_s::mem_freebytes

Definition at line 56 of file lib_malloc.h.

◆ mem_freenodes

int memstats_s::mem_freenodes

Definition at line 58 of file lib_malloc.h.

◆ mem_largest

int memstats_s::mem_largest

Definition at line 59 of file lib_malloc.h.

◆ mem_totalbytes

int memstats_s::mem_totalbytes

Definition at line 54 of file lib_malloc.h.


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