Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-29 | Revert "Refactor prof log" | Qi Wang | |
This reverts commit 7618b0b8e458d9c0db6e4b05ccbe6c6308952890. | |||
2019-07-29 | Revert "Refactor profiling" | Qi Wang | |
This reverts commit 0b462407ae84a62b3c097f0e9f18df487a47d9a7. | |||
2019-07-29 | Refactor profiling | Yinan Zhang | |
Refactored core profiling codebase into two logical parts: (a) `prof_data.c`: core internal data structure managing & dumping; (b) `prof.c`: mutexes & outward-facing APIs. Some internal functions had to be exposed out, but there are not that many of them if the modularization is (hopefully) clean enough. | |||
2019-07-29 | Refactor prof log | Yinan Zhang | |
`prof.c` is growing too long, so trying to modularize it. There are a few internal functions that had to be exposed but I think it is a fair trade-off. | |||
2019-05-24 | Add missing safety_check.c to MSBuild projects | frederik-h | |
The file is included in the list of source files in Makefile.in, but it is missing from the project files. This causes the build to fail due to unresolved symbols. | |||
2018-09-04 | Add sc.c to the MSVC project | rustyx | |
2018-07-05 | Fix MSVC build | Maks Naumov | |
2018-02-12 | Fix MSVC build | Maks Naumov | |
2018-01-30 | Define JEMALLOC_NO_PRIVATE_NAMESPACE also in Visual Studio x86 targets | rustyx | |
2017-10-16 | Fix MSVC 2015 project and add a VS 2017 solution | rustyx | |
2017-08-08 | Remove external linkage for spin_adaptive | Ryan Libby | |
The external linkage for spin_adaptive was not used, and the inline declaration of spin_adaptive that was used caused a probem on FreeBSD where CPU_SPINWAIT is implemented as a call to a static procedure for x86 architectures. | |||
2017-06-13 | Update MSVC project files. | Jason Evans | |
2017-05-02 | Make VS2015 project work again | rustyx | |
2017-01-20 | Update brace style. | Jason Evans | |
Add braces around single-line blocks, and remove line breaks before function-opening braces. This resolves #537. | |||
2016-11-04 | Fixes to Visual Studio Project files | Matthew Parkinson | |
2016-10-27 | Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). | Jason Evans | |
This avoids warnings in some cases, and is otherwise generally good hygiene. | |||
2016-10-27 | Only use --whole-archive with gcc. | Jason Evans | |
Conditionalize use of --whole-archive on the platform plus compiler, rather than on the ABI. This fixes a regression caused by 7b24c6e5570062495243f1e55131b395adb31e33 (Use --whole-archive when linking integration tests on MinGW.). | |||
2016-10-12 | Remove all vestiges of chunks. | Jason Evans | |
Remove mallctls: - opt.lg_chunk - stats.cactive This resolves #464. | |||
2016-09-26 | Readme.txt error for building in the Windows | Bai | |
The command can't work using sh -C sh -c "./autogen.sh CC=cl --enable-lazy-lock=no". Change the position of the colon, the command of autogen work. | |||
2016-07-07 | Fix MSVC project | rustyx | |
2016-06-05 | Rename most remaining *chunk* APIs to *extent*. | Jason Evans | |
2016-06-05 | Rename huge to large. | Jason Evans | |
2016-05-13 | Remove quarantine support. | Jason Evans | |
2016-05-13 | Remove Valgrind support. | Jason Evans | |
2016-04-12 | Cleanup MSVC project, embed PDB data inside static .lib | rustyx | |
2016-03-24 | Fix MSVC project | rustyx | |
2016-02-29 | Fix MSVC project and improve MSVC lib naming (v140 -> vc140) | rustyx | |
2016-02-28 | Make test_threads more generic | rustyx | |
2016-02-26 | Improve test_threads performance | rustyx | |
2016-02-26 | Fix MSVC project | rustyx | |
2016-02-20 | Add MS Visual Studio 2015 support | rustyx | |