ReactOS 0.4.16-dev-2-g02a6913
|
We use a common IMalloc object for all shell memory allocations. More...
#include <shellclasses.h>
Public Member Functions | |
CommonShellMalloc () | |
void | init () |
~CommonShellMalloc () | |
operator IMalloc * () | |
Public Attributes | |
IMalloc * | _p |
We use a common IMalloc object for all shell memory allocations.
Definition at line 222 of file shellclasses.h.
|
inline |
Definition at line 224 of file shellclasses.h.
|
inline |
Definition at line 235 of file shellclasses.h.
|
inline |
Definition at line 229 of file shellclasses.h.
Referenced by ShellMalloc::ShellMalloc().
|
inline |
Definition at line 241 of file shellclasses.h.
IMalloc* CommonShellMalloc::_p |
Definition at line 246 of file shellclasses.h.
Referenced by CommonShellMalloc(), init(), operator IMalloc *(), and ~CommonShellMalloc().