PPL Logo

arch/util/zlib-compress.C File Reference

Go to the source code of this file.

Functions

void zlib_compress (void *in_data, void *out_data, int in_data_size, int *out_data_size)
int zlib_decompress (const void *src, void *dst, int srcLen, int dstLen)
void zlib_init (void)


Function Documentation

void zlib_compress ( void *  in_data,
void *  out_data,
int  in_data_size,
int out_data_size 
)

Definition at line 34 of file zlib-compress.C.

References assert, CmiMyPe(), CmiPrintf(), CmiWallTimer(), and start_timer.

Referenced by compressZlib().

Here is the call graph for this function:

Here is the caller graph for this function:

int zlib_decompress ( const void *  src,
void *  dst,
int  srcLen,
int  dstLen 
)

Definition at line 74 of file zlib-compress.C.

References CmiPrintf(), CmiWallTimer(), and start_timer.

Referenced by decompressZlib().

Here is the call graph for this function:

Here is the caller graph for this function:

void zlib_init ( void   ) 

Definition at line 112 of file zlib-compress.C.

Referenced by initCompress().

Here is the caller graph for this function:


Generated on Mon Sep 21 07:56:50 2020 for Charm++ by  doxygen 1.5.5