gperftools/vsprojects
Aliaksey Kandratsenka e521472f1a fix linking of page_heap_test on windows
After change to release page heap lock around returning memory back to
kernel, page heap test got dependency on page heap lock. Which was not
available on windows since relevant symbols are not exported.

Proposed fix is to simply duplicate all needed .cc files in
page_heap_test project instead of linking to dll. This is not perfect
but gets job done, until we figure out better solution (GNU/Linux will
eventually get hidden visibility and will need it).

This fixes github issue 1189.
2020-07-05 23:17:36 -07:00
..
addr2line-pdb Clean up MSVC projects 2018-08-14 22:34:00 -07:00
addressmap_unittest Clean up MSVC projects 2018-08-14 22:34:00 -07:00
current_allocated_bytes_test Clean up MSVC projects 2018-08-14 22:34:00 -07:00
frag_unittest Clean up MSVC projects 2018-08-14 22:34:00 -07:00
libtcmalloc_minimal Clean up MSVC projects 2018-08-14 22:34:00 -07:00
low_level_alloc_unittest Clean up MSVC projects 2018-08-14 22:34:00 -07:00
malloc_extension_test Clean up MSVC projects 2018-08-14 22:34:00 -07:00
malloc_hook_test Clean up MSVC projects 2018-08-14 22:34:00 -07:00
markidle_unittest Clean up MSVC projects 2018-08-14 22:34:00 -07:00
nm-pdb Clean up MSVC projects 2018-08-14 22:34:00 -07:00
packed-cache_test Clean up MSVC projects 2018-08-14 22:34:00 -07:00
page_heap_test fix linking of page_heap_test on windows 2020-07-05 23:17:36 -07:00
pagemap_unittest Clean up MSVC projects 2018-08-14 22:34:00 -07:00
preamble_patcher_test Clean up MSVC projects 2018-08-14 22:34:00 -07:00
realloc_unittest Clean up MSVC projects 2018-08-14 22:34:00 -07:00
sampler_test Clean up MSVC projects 2018-08-14 22:34:00 -07:00
stack_trace_table_test Clean up MSVC projects 2018-08-14 22:34:00 -07:00
system-alloc_unittest Clean up MSVC projects 2018-08-14 22:34:00 -07:00
tcmalloc_minimal_large Clean up MSVC projects 2018-08-14 22:34:00 -07:00
tcmalloc_minimal_unittest Clean up MSVC projects 2018-08-14 22:34:00 -07:00
thread_dealloc_unittest Clean up MSVC projects 2018-08-14 22:34:00 -07:00