MCPcopy Create free account
hub / github.com/carbonengine/trinity / AllocateString

Method AllocateString

shadercompiler/ParserState.cpp:933–938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

931}
932
933char* ParserState::AllocateString( size_t size )
934{
935 char* string = new char[size];
936 m_strings.push_back( string );
937 return string;
938}
939
940void ParserState::ShowMessage( const FileLocation& location, int32_t errorCode, ... )
941{

Callers 4

SaveToCMFMethod · 0.80
SaveToCMFMethod · 0.80
SaveMeshToCMFFileMethod · 0.80
PatchMatrixRowsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected