System Architecture
RelAlgNode
Rex
RaExecutionDescriptor
CodeGenerator
API Reference
Additional Resources
Detailed Class Information
DramArena
A naive allocator which calls malloc and maintains a list of allocate pointers for freeing. For development and testing only, where folly is not available. Not for production use.
Public Functions
~DramArena
allocate
allocateAndZero
bytesUsed
getMemoryType
Private Members
size_limit_
size_
allocator_
allocations_