Static Public Member Functions
efl::eina::heap_clone_allocator Struct Reference

This allocator allows users to create custom allocation schemes by overloading the new_clone(T const& v) and delete_clone(T* p) functions. More...

Static Public Member Functions

template<typename T >
static T * allocate_clone (T const &v)
 
template<typename T >
static void deallocate_clone (T *p)
 

Detailed Description

This allocator allows users to create custom allocation schemes by overloading the new_clone(T const& v) and delete_clone(T* p) functions.