Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
void darray::clear()
13
{
14
free(mData);
15
mAllocChunk = 128;
16
mAllocated = mUsed = 0;
17
mData = NULL;
18
}
19
20
darray::~darray()
21
{
Callers
1
setText
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected