35 #ifndef _BLAZE_UTIL_POLICIES_DEALLOCATE_H_ 36 #define _BLAZE_UTIL_POLICIES_DEALLOCATE_H_ 69 template<
typename Type >
96 template<
typename Type >
Header file for memory allocation and deallocation functionality.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
void operator()(Type ptr) const
Implementation of the deallocate deletion policy.
Definition: Deallocate.h:97
EnableIf_< IsBuiltin< T > > deallocate(T *address) noexcept
Deallocation of memory for built-in data types.
Definition: Memory.h:230
Deallocate policy class.The Deallocate deletion policy is the according deletion policy for arrays al...
Definition: Deallocate.h:64