ReactOS 0.4.15-dev-7924-g5949c20
ShellMalloc Struct Reference

wrapper class for IMalloc with usage of common allocator More...

#include <shellclasses.h>

Collaboration diagram for ShellMalloc:

Public Member Functions

 ShellMalloc ()
 
IMallocoperator-> ()
 

Static Public Attributes

static CommonShellMalloc s_cmn_shell_malloc
 

Detailed Description

wrapper class for IMalloc with usage of common allocator

Definition at line 252 of file shellclasses.h.

Constructor & Destructor Documentation

◆ ShellMalloc()

ShellMalloc::ShellMalloc ( )
inline

Definition at line 254 of file shellclasses.h.

255 {
256 // initialize s_cmn_shell_malloc
258 }
static CommonShellMalloc s_cmn_shell_malloc
Definition: shellclasses.h:265

Member Function Documentation

◆ operator->()

IMalloc * ShellMalloc::operator-> ( )
inline

Definition at line 260 of file shellclasses.h.

261 {
262 return s_cmn_shell_malloc;
263 }

Member Data Documentation

◆ s_cmn_shell_malloc

CommonShellMalloc ShellMalloc::s_cmn_shell_malloc
static

Definition at line 265 of file shellclasses.h.

Referenced by operator->(), and ShellMalloc().


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