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.
void deallocate(T *address)
Deallocation of memory.
Definition: Memory.h:115
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