MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / MSC_init

Function MSC_init

src/gpre/msc.cpp:262–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260//
261
262void MSC_init()
263{
264 free_lls = NULL;
265
266 gpre_space* stuff;
267 while ((stuff = space))
268 {
269 space = space->spc_next;
270 gds__free(stuff);
271 }
272}
273
274
275//____________________________________________________________

Callers 1

compile_moduleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected