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.
EnableIf< IsBuiltin< T > >::Type deallocate(T *address)
Deallocation of memory for built-in data types.
Definition: Memory.h:226
void operator()(Type ptr) const
Implementation of the deallocate deletion policy.
Definition: Deallocate.h:97
Deallocate policy class.The Deallocate deletion policy is the according deletion policy for arrays al...
Definition: Deallocate.h:64