LibXenon
Bare-metal Xbox 360 homebrew library
|
#include <lib_malloc.h>
Data Fields | |
unsigned int | seal |
struct memnode_s * | next |
unsigned int | length |
memnode_status_t | status |
unsigned char * | data |
void * | memnodeptr |
Definition at line 64 of file lib_malloc.h.
unsigned char* memnode_s::data |
Definition at line 69 of file lib_malloc.h.
unsigned int memnode_s::length |
Definition at line 67 of file lib_malloc.h.
void* memnode_s::memnodeptr |
Definition at line 70 of file lib_malloc.h.
struct memnode_s* memnode_s::next |
Definition at line 66 of file lib_malloc.h.
unsigned int memnode_s::seal |
Definition at line 65 of file lib_malloc.h.
memnode_status_t memnode_s::status |
Definition at line 68 of file lib_malloc.h.