ReactOS 0.4.16-dev-257-g6aa11ac
|
#include <stdunk.h>
Go to the source code of this file.
Functions | |
PVOID | KCOM_New (size_t size, POOL_TYPE pool_type, ULONG tag) |
PVOID __cdecl | operator new (size_t size, POOL_TYPE pool_type) |
PVOID __cdecl | operator new (size_t size, POOL_TYPE pool_type, ULONG tag) |
void __cdecl | operator delete (PVOID ptr) |
void __cdecl | operator delete (PVOID ptr, UINT_PTR) |
Definition at line 16 of file cunknown.cpp.
Referenced by operator new().
Definition at line 52 of file cunknown.cpp.
Definition at line 60 of file cunknown.cpp.
Definition at line 33 of file cunknown.cpp.