Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.cpp626 static void *g_libcompress_scratchbuf = nullptr; in CompressString() local
629 if (g_libcompress_scratchbuf) { in CompressString()
630 free (g_libcompress_scratchbuf); in CompressString()
631 g_libcompress_scratchbuf = nullptr; in CompressString()
651 g_libcompress_scratchbuf = (void*) malloc (scratchbuf_size); in CompressString()
660 g_libcompress_scratchbuf, in CompressString()
667 g_libcompress_scratchbuf, in CompressString()
674 g_libcompress_scratchbuf, in CompressString()
681 g_libcompress_scratchbuf, in CompressString()