(no title)
zetafunction | 3 years ago
char demangled[256]; // Big enough for sane demangled symbols.
Turns out the longest symbol name in the Chrome binary is 32k characters long... and some of the tests have even longer ones (the longest one I found was 98k characters).
vintagedave|3 years ago
terrelln|3 years ago