Arena allocator that falls back to std::allocator when the arena is exhausted.
Synopsis
Declared in <folly/memory/Arena.h>
template<
typename T,
typename Alloc>
using FallbackArenaAllocator = CxxAllocatorAdaptor<T, Arena<Alloc>, true>;
Created with MrDocs