MCPcopy Create free account
hub / github.com/codr7/hacktical-c / memory_deinit

Function memory_deinit

stream1/stream1.c:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void memory_deinit(struct hc_stream *s) {
153 struct hc_memory_stream *ms = hc_baseof(s, struct hc_memory_stream, stream);
154 hc_vector_deinit(&ms->data);
155}
156
157struct hc_memory_stream *hc_memory_stream_init(struct hc_memory_stream *s,
158 struct hc_malloc *malloc) {

Callers

nothing calls this directly

Calls 1

hc_vector_deinitFunction · 0.85

Tested by

no test coverage detected