11 #pragma warning (disable : 4565)
13 #ifndef _LIBC_POOL_TAG
14 #define _LIBC_POOL_TAG 'colM'
22 #pragma warning (disable : 4200)
41 size_t number_of_bytes = 0;
46 ExAllocatePoolWithTag(
47 NonPagedPoolNxCacheAligned,
51 if (
nullptr == pBlock)
62 __bcount_opt(
size *
n)
64 __cdecl calloc(
size_t n,
size_t size)
88 std::unique_ptr<unsigned char>
inblock = std::unique_ptr<unsigned char>(
static_cast<unsigned char*
>(
ptr));
104 __inout_opt __drv_freesMem(Mem)
void*
ptr
118 __cdecl
operator new(
127 __cdecl
operator delete(