#include <concrt.h>
void Concurrency::details::_AllocBase::operator delete |
( |
void * |
_Ptr | ) |
|
throw | ( | |
| ) | | |
|
inline |
_CRTIMP 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 |
327 operator delete(_Ptr);
void Concurrency::details::_AllocBase::operator delete |
( |
void * |
, |
|
|
void * |
|
|
) |
| |
throw | ( | |
| ) | | |
|
inline |
void Concurrency::details::_AllocBase::operator delete[] |
( |
void * |
_Ptr | ) |
|
throw | ( | |
| ) | | |
|
inline |
339 operator delete(_Ptr);
void Concurrency::details::_AllocBase::operator delete[] |
( |
void * |
_Ptr, |
|
|
const std::nothrow_t & |
_No_throw |
|
) |
| |
throw | ( | |
| ) | | |
|
inline |
351 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 |
_CRTIMP void *__cdecl Alloc(size_t _NumBytes)
Allocates a block of memory of the size specified from the Concurrency Runtime Caching Suballocator...
_Check_return_ _In_ long _Size
Definition: io.h:325
void* Concurrency::details::_AllocBase::operator new |
( |
size_t |
_Size, |
|
|
const std::nothrow_t & |
|
|
) |
| |
throw | ( | |
| ) | | |
|
inline |
#define NULL
Definition: crtdbg.h:30
_CRTIMP void *__cdecl Alloc(size_t _NumBytes)
Allocates a block of memory of the size specified from the Concurrency Runtime Caching Suballocator...
_Check_return_ _In_ long _Size
Definition: io.h:325
void* Concurrency::details::_AllocBase::operator new |
( |
size_t |
, |
|
|
void * |
_Location |
|
) |
| |
throw | ( | |
| ) | | |
|
inline |
void* Concurrency::details::_AllocBase::operator new[] |
( |
size_t |
_Size | ) |
|
|
inline |
333 return operator new(
_Size);
_Check_return_ _In_ long _Size
Definition: io.h:325
void* Concurrency::details::_AllocBase::operator new[] |
( |
size_t |
_Size, |
|
|
const std::nothrow_t & |
_No_throw |
|
) |
| |
throw | ( | |
| ) | | |
|
inline |
345 return operator new(
_Size, _No_throw);
_Check_return_ _In_ long _Size
Definition: io.h:325
void* __cdecl Concurrency::details::_AllocBase::operator new[] |
( |
size_t |
, |
|
|
void * |
_Location |
|
) |
| |
throw | ( | |
| ) | | |
|
inline |
The documentation for this struct was generated from the following file: