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

#include <lib_malloc.h>

Collaboration diagram for memnode_s:
Collaboration graph
[legend]

Data Fields

unsigned int seal
 
struct memnode_snext
 
unsigned int length
 
memnode_status_t status
 
unsigned char * data
 
void * memnodeptr
 

Detailed Description

Definition at line 64 of file lib_malloc.h.

Field Documentation

◆ data

unsigned char* memnode_s::data

Definition at line 69 of file lib_malloc.h.

◆ length

unsigned int memnode_s::length

Definition at line 67 of file lib_malloc.h.

◆ memnodeptr

void* memnode_s::memnodeptr

Definition at line 70 of file lib_malloc.h.

◆ next

struct memnode_s* memnode_s::next

Definition at line 66 of file lib_malloc.h.

◆ seal

unsigned int memnode_s::seal

Definition at line 65 of file lib_malloc.h.

◆ status

memnode_status_t memnode_s::status

Definition at line 68 of file lib_malloc.h.


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