SysArena allocator that falls back to std::allocator when exhausted.
Declared in <folly/memory/Arena.h>
<folly/memory/Arena.h>
template<typename T> using FallbackSysArenaAllocator = FallbackArenaAllocator<T, SysAllocator<char>>;