![]() |
RainbowBS Manual
v0.1.0
Written by QWQ([email protected])
|
MEM_struct Struct Reference
Collaboration diagram for MEM_struct:

Data Fields | |
hDMM | hDmm |
U8 * | pData |
USIZE | size |
struct MEM_struct * | pNext |
struct MEM_struct * | pPrev |
U8 | lock_count |
Field Documentation
hDMM hDmm |
DMM handle
U8 lock_count |
0:not allocated,1:allocated,[2,255]:being used lock_count-1 times.
U8* pData |
pointer of memory area
struct MEM_struct* pNext |
next handle in linked list
struct MEM_struct* pPrev |
prev handle in linked list
USIZE size |
usable size of allocated block
The documentation for this struct was generated from the following file:
- DMM.c
Generated by
