PrevUpHomeNext

Memory Allocation

Boost.Parser seldom allocates memory. The exceptions to this are:

With the exception of allocating the name of the parser that was expected in a failed expectation situation, Boost.Parser does not does not allocate unless you tell it to, by using symbols, using a particular error_handler, turning on trace, or parsing into attributes that allocate.


PrevUpHomeNext