RainbowBS Manual: MEM_struct Struct Reference

RainbowBS

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

Data Fields

hDMM hDmm
 
U8 * pData
 
USIZE size
 
struct MEM_structpNext
 
struct MEM_structpPrev
 
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   doxygen 1.8.9.1