struct ArenaAllocator::AllocatorNode

Declaration

struct ArenaAllocator::AllocatorNode { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Demangle/MicrosoftDemangle.h:29

Member Variables

public uint8_t* Buf = nullptr
public size_t Used = 0
public size_t Capacity = 0
public llvm::ms_demangle::ArenaAllocator::AllocatorNode* Next = nullptr