MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / clear

Method clear

extlibs/soloud/src/audiosource/speech/darray.cpp:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12void darray::clear()
13{
14 free(mData);
15 mAllocChunk = 128;
16 mAllocated = mUsed = 0;
17 mData = NULL;
18}
19
20darray::~darray()
21{

Callers 1

setTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected