Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Netis/cloud-probe
/ spsc_ring_destroy
Function
spsc_ring_destroy
cpworker/src/ring_buffer.c:176–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
void spsc_ring_destroy(spsc_ring_t *r)
177
{
178
free(r->buf);
179
free(r);
180
}
181
182
size_t spsc_ring_size(spsc_ring_t *r) { return r->size; }
183
Callers
2
task_manager_new
Function · 0.85
task_manager_destroy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected