Skip to content
Snippets Groups Projects
Commit 5d4c8b04 authored by Brad King's avatar Brad King
Browse files

SystemInformation: Simplify demangle buffer management

If the buffer we pass to `__cxa_demangle` is not large enough, it will
be reallocated internally.  Avoid dealing with possibly two allocations
to free by just letting `__cxa_demangle` allocate a suitable buffer.
parent d5fd6ca2
No related branches found
No related tags found
1 merge request!226SystemInformation: Simplify demangle buffer management
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment