MCPcopy Create free account
hub / github.com/ARM-software/armnn / Destroy

Method Destroy

profiling/client/src/PacketBuffer.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void PacketBuffer::Destroy()
59{
60 m_Data.reset(nullptr);
61 m_Size = 0;
62 m_MaxSize = 0;
63}
64
65} // namespace pipe
66

Callers 2

ReleaseMethod · 0.45
MarkReadMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected