Home
last modified time | relevance | path

Searched refs:g_libcompress_scratchbuf (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/
DRNBRemote.cpp709 static void *g_libcompress_scratchbuf = nullptr; in CompressString() local
712 if (g_libcompress_scratchbuf) { in CompressString()
713 free (g_libcompress_scratchbuf); in CompressString()
714 g_libcompress_scratchbuf = nullptr; in CompressString()
734 g_libcompress_scratchbuf = (void*) malloc (scratchbuf_size); in CompressString()
743 g_libcompress_scratchbuf, in CompressString()
750 g_libcompress_scratchbuf, in CompressString()
757 g_libcompress_scratchbuf, in CompressString()
764 g_libcompress_scratchbuf, in CompressString()