16 #ifndef GRPPI_FF_DETAIL_FASTFLOW_ALLOCATOR_H
17 #define GRPPI_FF_DETAIL_FASTFLOW_ALLOCATOR_H
19 #include <ff/allocator.hpp>
48 inline void *
operator new(
52 return ::ff::ff_malloc(sz);
60 inline void operator delete(
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:36
Definition: callable_traits.h:21
Tag type for fastflow allocation. This empty type is used to select the overloaded placement new and ...
Definition: fastflow_allocator.h:30