Changeset 98737 in vbox for trunk/src/libs/liblzma-5.4.1/common/stream_decoder_mt.c
- Timestamp:
- Feb 25, 2023 8:51:38 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/liblzma-5.4.1/common/stream_decoder_mt.c
r98730 r98737 1363 1363 // towards more favorable conditions (less memory in use, 1364 1364 // more in cache). 1365 #ifndef VBOX 1365 1366 uint64_t mem_in_use; 1366 1367 uint64_t mem_cached; 1368 #else 1369 uint64_t mem_in_use = 0; /* Shut up msc who can't grok the mythread_sync construct below. */ 1370 uint64_t mem_cached = 0; 1371 #endif 1367 1372 struct worker_thread *thr = NULL; // Init to silence warning. 1368 1373
Note:
See TracChangeset
for help on using the changeset viewer.