ReactOS 0.4.16-dev-2224-g3637fd8
mem_entry Struct Reference
Collaboration diagram for mem_entry:

Public Attributes

union {
   struct {
      WORD   flags
 
      BYTE   lock
 
   } 
 
   void *   next_free
 
}; 
 
voidptr
 
UINT_PTR flags
 

Detailed Description

Definition at line 889 of file memory.c.

Member Data Documentation

◆ 

union { ... } mem_entry::@518

◆ flags [1/2]

WORD mem_entry::flags

Definition at line 895 of file memory.c.

Referenced by test_GlobalAlloc(), and test_LocalAlloc().

◆ flags [2/2]

UINT_PTR mem_entry::flags

Definition at line 1425 of file heap.c.

◆ lock

BYTE mem_entry::lock

Definition at line 896 of file memory.c.

◆ next_free

void* mem_entry::next_free

Definition at line 898 of file memory.c.

◆ ptr

void * mem_entry::ptr

Definition at line 900 of file memory.c.

Referenced by test_GlobalAlloc(), and test_LocalAlloc().


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