ReactOS 0.4.15-dev-7906-g1b85a5f
StdMemAllocator Struct Reference
Collaboration diagram for StdMemAllocator:

Public Attributes

BaseMemAllocator base
 
CRITICAL_SECTION csState
 
LPVOID pMemory
 

Detailed Description

Definition at line 805 of file memallocator.c.

Member Data Documentation

◆ base

BaseMemAllocator StdMemAllocator::base

Definition at line 807 of file memallocator.c.

Referenced by StdMemAllocator_create().

◆ csState

CRITICAL_SECTION StdMemAllocator::csState

Definition at line 808 of file memallocator.c.

Referenced by StdMemAllocator_create().

◆ pMemory

LPVOID StdMemAllocator::pMemory

Definition at line 809 of file memallocator.c.

Referenced by StdMemAllocator_create().


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