MCPcopy Create free account
hub / github.com/LibRaw/LibRaw / cleanup

Function cleanup

libraw/libraw_alloc.h:72–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 ::free(ptr);
71 }
72 void cleanup(void)
73 {
74 for (int i = 0; i < LIBRAW_MSIZE; i++)
75 if (mems[i])
76 {
77 ::free(mems[i]);
78 mems[i] = NULL;
79 }
80 }
81
82private:
83 void **mems;

Callers 1

~libraw_memmgrFunction · 0.85

Calls 1

freeFunction · 0.85

Tested by

no test coverage detected