MCPcopy Create free account
hub / github.com/beefytech/Beef / Reserve

Method Reserve

BeefySysLib/util/String.cpp:329–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329void StringImpl::Reserve(intptr newSize)
330{
331 if (GetAllocSize() < newSize)
332 Realloc(newSize, true);
333}
334
335bool StringImpl::EqualsHelper(const char * a, const char * b, intptr length)
336{

Callers 15

ToWStringMethod · 0.45
GenerateCollisionDataMethod · 0.45
ReadFileMethod · 0.45
operator+Method · 0.45
CompressMethod · 0.45
DecompressMethod · 0.45
Compression_CompressFunction · 0.45
Compression_DecompressFunction · 0.45
UpdateCallStackMethod · 0.45
AddMethod · 0.45
ParseDWARFMethod · 0.45
ParseTypeDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected