35#ifndef _BLAZE_UTIL_POLICIES_DEALLOCATE_H_
36#define _BLAZE_UTIL_POLICIES_DEALLOCATE_H_
69 template<
typename Type >
96template<
typename Type >
Header file for memory allocation and deallocation functionality.
void deallocate(T *address) noexcept
Deallocation of memory for built-in data types.
Definition: Memory.h:230
Deallocate policy class.
Definition: Deallocate.h:65
void operator()(Type ptr) const
Implementation of the deallocate deletion policy.
Definition: Deallocate.h:97