#include <concrt.h>
| void Concurrency::details::_AllocBase::operator delete |
( |
void * |
_Ptr | ) |
|
| throw | ( | |
| ) | | |
|
inline |
_CONCRTIMP void __cdecl Free(_Pre_maybenull_ _Post_invalid_ void *_PAllocation)
Releases a block of memory previously allocated by the Alloc method to the Concurrency Runtime Cachin...
| void Concurrency::details::_AllocBase::operator delete |
( |
void * |
_Ptr, |
|
|
const std::nothrow_t & |
|
|
) |
| |
| throw | ( | |
| ) | | |
|
inline |
313 operator delete(_Ptr);
| void Concurrency::details::_AllocBase::operator delete |
( |
void * |
, |
|
|
void * |
|
|
) |
| |
| throw | ( | |
| ) | | |
|
inline |
| void Concurrency::details::_AllocBase::operator delete[] |
( |
void * |
_Ptr | ) |
|
| throw | ( | |
| ) | | |
|
inline |
325 operator delete(_Ptr);
| void Concurrency::details::_AllocBase::operator delete[] |
( |
void * |
_Ptr, |
|
|
const std::nothrow_t & |
_No_throw |
|
) |
| |
| throw | ( | |
| ) | | |
|
inline |
337 operator delete(_Ptr, _No_throw);
| void __cdecl Concurrency::details::_AllocBase::operator delete[] |
( |
void * |
, |
|
|
void * |
|
|
) |
| |
| throw | ( | |
| ) | | |
|
inline |
| void* Concurrency::details::_AllocBase::operator new |
( |
size_t |
_Size | ) |
|
|
inline |
_CONCRTIMP void *__cdecl Alloc(size_t _NumBytes)
Allocates a block of memory of the size specified from the Concurrency Runtime Caching Suballocator...
_CRT_BEGIN_C_HEADER _Check_return_ _Ret_maybenull_ _In_ size_t _Size
Definition: corecrt_malloc.h:58
| void* Concurrency::details::_AllocBase::operator new |
( |
size_t |
_Size, |
|
|
const std::nothrow_t & |
|
|
) |
| |
| throw | ( | |
| ) | | |
|
inline |
_CONCRTIMP void *__cdecl Alloc(size_t _NumBytes)
Allocates a block of memory of the size specified from the Concurrency Runtime Caching Suballocator...
_CRT_BEGIN_C_HEADER _Check_return_ _Ret_maybenull_ _In_ size_t _Size
Definition: corecrt_malloc.h:58
#define NULL
Definition: corecrt.h:158
| void* Concurrency::details::_AllocBase::operator new |
( |
size_t |
, |
|
|
void * |
_Location |
|
) |
| |
| throw | ( | |
| ) | | |
|
inline |
| void* Concurrency::details::_AllocBase::operator new[] |
( |
size_t |
_Size | ) |
|
|
inline |
319 return operator new(
_Size);
_CRT_BEGIN_C_HEADER _Check_return_ _Ret_maybenull_ _In_ size_t _Size
Definition: corecrt_malloc.h:58
| void* Concurrency::details::_AllocBase::operator new[] |
( |
size_t |
_Size, |
|
|
const std::nothrow_t & |
_No_throw |
|
) |
| |
| throw | ( | |
| ) | | |
|
inline |
331 return operator new(
_Size, _No_throw);
_CRT_BEGIN_C_HEADER _Check_return_ _Ret_maybenull_ _In_ size_t _Size
Definition: corecrt_malloc.h:58
| void* __cdecl Concurrency::details::_AllocBase::operator new[] |
( |
size_t |
, |
|
|
void * |
_Location |
|
) |
| |
| throw | ( | |
| ) | | |
|
inline |
The documentation for this struct was generated from the following file: