aboutsummaryrefslogtreecommitdiff
path: root/src/memusage.h
Commit message (Collapse)AuthorAgeFilesLines
* Prevector typePieter Wuille2015-11-131-1/+9
|
* [Trivial] ensure minimal header conventionsPhilip Kaufmann2015-10-271-1/+1
| | | | | | - ensure header namespaces and end comments are correct - add missing header end comments - ensure minimal formatting (add newlines etc.)
* Track transaction packages in CTxMemPoolEntrySuhas Daftuar2015-09-191-3/+15
| | | | | | | | | | | | | Associate with each CTxMemPoolEntry all the size/fees of descendant mempool transactions. Sort mempool by max(feerate of entry, feerate of descendants). Update statistics on-the-fly as transactions enter or leave the mempool. Also add ancestor and descendant limiting, so that transactions can be rejected if the number or size of unconfirmed ancestors exceeds a target, or if adding a transaction would cause some other mempool entry to have too many (or too large) a set of unconfirmed in- mempool descendants.
* Separate core memory usage computation in core_memusage.hPieter Wuille2015-07-201-65/+1
|
* Implement accurate memory accounting for mempoolPieter Wuille2015-07-101-1/+66
|
* Add memusage.hPieter Wuille2015-05-111-0/+111