SpiecsEngine
 
Loading...
Searching...
No Matches

◆ freeToOS_Aligned()

static void Spices::MemoryEntry::freeToOS_Aligned ( void * ptr,
std::align_val_t align )
inlinestatic

free memory to OS aligned version.

Parameters
[in]ptrmemory pointer.
[in]alignaligned bytes.

Definition at line 113 of file MemoryEntry.h.

114 {
116
117 _aligned_free(ptr);
118 }
#define SPICES_PROFILE_FREE_N(ptr, name)
static const char * memoryPoolNames[3]
MemoryPool's name.
Definition Core.h:43