MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / MemoryStream

Method MemoryStream

Sources/Shared/IO/MemoryStream.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9//###==##====#=====--==~--~=~- --- -- - - - -
10
11 MemoryStream::MemoryStream()
12 : _pos(0), _mode(AccessMode::Growable)
13 {
14 _size = 0;
15 }
16
17 MemoryStream::MemoryStream(std::int64_t initialCapacity)
18 : _pos(0), _mode(AccessMode::Growable)

Callers

nothing calls this directly

Calls 4

arrayReserveFunction · 0.85
arrayResizeFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected