MCPcopy Create free account
hub / github.com/buggins/coolreader / compact

Method compact

tinydict/tinydict.cpp:488–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488void TinyDictZStream::compact()
489{
490 if ( unp_buffer ) {
491 free( unp_buffer );
492 unp_buffer_start = unp_buffer_len = unp_buffer_size = 0;
493 unp_buffer = NULL;
494 }
495}
496
497bool TinyDictZStream::readChunk( unsigned n )
498{

Callers 1

compactMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected