MCPcopy Create free account
hub / github.com/LASzip/LASzip / ByteStreamOutArray

Method ByteStreamOutArray

src/bytestreamout_array.hpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109};
110
111inline ByteStreamOutArray::ByteStreamOutArray(I64 alloc)
112{
113 this->data = (U8*)malloc_las((size_t)alloc);
114 this->alloc = alloc;
115 this->size = 0;
116 this->curr = 0;
117}
118
119inline BOOL ByteStreamOutArray::putByte(U8 byte)
120{

Callers

nothing calls this directly

Calls 1

malloc_lasFunction · 0.85

Tested by

no test coverage detected