MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / ~DataStream

Method ~DataStream

Kernel/src/streams.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44DataStream::~DataStream(){
45 kfree(buffer);
46}
47
48int64_t DataStream::Read(void* data, size_t len){
49 acquireLock(&streamLock);

Callers

nothing calls this directly

Calls 1

kfreeFunction · 0.85

Tested by

no test coverage detected