aboutsummaryrefslogtreecommitdiff
path: root/src/debug_utilities/object_sizes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Remove epee header dependency on cryptonote_coremoneromooo-monero2018-10-121-0/+1
|
* object_sizes: add a few useful typesmoneromooo-monero2018-05-171-0/+5
|
* Readd copyright starting datexmr-eric2018-01-261-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* use const refs in for loops for non tiny typesmoneromooo-monero2017-12-181-1/+1
|
* move connection_basic and network_throttle from src/p2p to epeemoneromooo-monero2017-12-161-1/+1
| | | | | These even had the epee namespace. This fixes some ugly circular dependencies.
* Merge pull request #2592Riccardo Spagni2017-10-151-1/+0
|\ | | | | | | | | dc19659d Remove network_address_base which has been merged with ipv4_network_address in 8b006877 (Michał Sałaban) 2183ade0 Don't try to create wallet-dir when it's not given, don't crash if wallet-dir already exists. (Michał Sałaban)
| * Remove network_address_base which has been merged with ipv4_network_address ↵Michał Sałaban2017-10-071-1/+0
| | | | | | | | in 8b006877
* | Add tools::on_startup, and warn about glibc 2.25 bug if foundmoneromooo-monero2017-10-141-1/+1
|/ | | | https://sourceware.org/bugzilla/show_bug.cgi?id=21778
* debug_utilities: new object-sizes debug toolmoneromooo-monero2017-08-041-0/+116
It prints the size of various interesting types, to make it easier to match leaks to possible leaked object types