Standard‐conforming allocator backed by a SysArena.

Synopsis

Declared in <folly/memory/Arena.h>

template<typename T>
using SysArenaAllocator = ArenaAllocator<T, SysAllocator<char>>;

Created with MrDocs