rocksdb/port/win
Dmitri Smirnov 7eb292da14 Fix a memory leak in WindowsThread
Summary:
_endthreadex does not return and thus objects
  for stack destructors do not run. This creates a memory leak.
  We remove the calls since _enthreadex called automatically after the
  threadproc returns i.e. thread exits.
Closes https://github.com/facebook/rocksdb/pull/3542

Differential Revision: D7088713

Pulled By: ajkr

fbshipit-source-id: 749ecafc6a9572f587f76e516547e07734349a54
2018-02-26 13:46:12 -08:00
..
env_default.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
env_win.cc Suppress unused warnings 2018-02-02 12:27:07 -08:00
env_win.h Change RocksDB License 2017-07-15 16:11:23 -07:00
io_win.cc Suppress unused warnings 2018-02-02 12:27:07 -08:00
io_win.h Disable onboard cache for compaction output 2017-12-21 18:41:34 -08:00
port_win.cc Enable cacheline_aligned_alloc() to allocate from jemalloc if enabled. 2017-10-27 13:27:12 -07:00
port_win.h Explictly fail writes if key or value is not smaller than 4GB 2018-02-09 14:57:54 -08:00
win_jemalloc.cc Enable cacheline_aligned_alloc() to allocate from jemalloc if enabled. 2017-10-27 13:27:12 -07:00
win_logger.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
win_logger.h Change RocksDB License 2017-07-15 16:11:23 -07:00
win_thread.cc Fix a memory leak in WindowsThread 2018-02-26 13:46:12 -08:00
win_thread.h Fix a race condition in WindowsThread (port::Thread) 2017-12-07 13:42:53 -08:00
xpress_win.cc Enable cacheline_aligned_alloc() to allocate from jemalloc if enabled. 2017-10-27 13:27:12 -07:00
xpress_win.h Change RocksDB License 2017-07-15 16:11:23 -07:00