Searched refs:kFormatDemangleMax (Results 1 – 2 of 2) sorted by relevance
25 constexpr uptr kFormatDemangleMax = 1024; // Arbitrary. variable
41 static char buffer[kFormatDemangleMax]; in Demangle()