GapFillPlugin, just like BloscPlugin, allocates some dynamic memory during its process_frame() call chain; it, however, uses malloc() and free() rather than the memory pool infrastructure from the DataBlockFrame class in odin-data. Please rectify this for better performance.
GapFillPlugin, just likeBloscPlugin, allocates some dynamic memory during itsprocess_frame()call chain; it, however, usesmalloc()andfree()rather than the memory pool infrastructure from theDataBlockFrameclass in odin-data. Please rectify this for better performance.