void syten::l_free | ( | void * | ptr | ) |
Frees the space of memory pointed to be ptr
.
ptr
must have been allocated by l_malloc()
. If Intel MKL is in use, it uses mkl_free()
, otherwise, plain free()
is used.
References syten::Cuda::free().
Referenced by syten::DynArray< Type >::free(), syten::Cuda::CudaAllocator::free_memory(), syten::EternalMalloc::Region::operator=(), syten::EternalMalloc::Region::Region(), and syten::EternalMalloc::Region::~Region().