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

Function init_ls_storage

crengine/src/lvstring.cpp:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113#if (LDOM_USE_OWN_MEM_MAN == 1)
114static void init_ls_storage()
115{
116 slices[0] = new lstring_chunk_slice_t( FIRST_SLICE_SIZE );
117 slices_count = 1;
118 slices_initialized = true;
119}
120
121void free_ls_storage()
122{

Callers 1

allocMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected