KObjectLink

From 3dbrew
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Size : 0x10 bytes

This is used to keep track of kernel objects and allocate new ones.

Offset Type Description
0x0 u32 Pointer to next available kernel object
0x4 u32 Pointer to first kernel object
0x8 u32 Size of kernel heap allocation for this specific kernel object
0xC u32 Size of this kernel object