21 #ifndef GRPPI_FF_DETAIL_FASTFLOW_ALLOCATOR_H 22 #define GRPPI_FF_DETAIL_FASTFLOW_ALLOCATOR_H 24 #include <ff/allocator.hpp> 53 inline void *
operator new(
57 return ::ff::ff_malloc(sz);
65 inline void operator delete(
Definition: callable_traits.h:26
constexpr ff_arena_t ff_arena
Fastflow arena object. This object will be passed to placement new/delete to use FastFlow allocation ...
Definition: fastflow_allocator.h:41
Tag type for fastflow allocation. This empty type is used to select the overloaded placement new and ...
Definition: fastflow_allocator.h:35