mirror of
https://github.com/corda/corda.git
synced 2025-06-17 14:48:16 +00:00
free symbol names after writing codeimage
This commit is contained in:
@ -44,6 +44,10 @@ public:
|
||||
size_t length;
|
||||
|
||||
String(const char* text);
|
||||
|
||||
inline String(const char* text, size_t length):
|
||||
text(text),
|
||||
length(length) {}
|
||||
};
|
||||
|
||||
class SymbolInfo {
|
||||
|
Reference in New Issue
Block a user