Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

mempool_eviction.cpp File Reference
#include <bench/bench.h>
#include <policy/policy.h>
#include <txmempool.h>
#include <list>
#include <vector>
+ Include dependency graph for mempool_eviction.cpp:

Go to the source code of this file.

Functions

static void AddTx (const CTransaction &tx, const CAmount &nFee, CTxMemPool &pool)
 
static void MempoolEviction (benchmark::State &state)
 
 BENCHMARK (MempoolEviction)
 

Function Documentation

◆ AddTx()

static void AddTx ( const CTransaction tx,
const CAmount nFee,
CTxMemPool pool 
)
static

◆ BENCHMARK()

BENCHMARK ( MempoolEviction  )

◆ MempoolEviction()

Released under the MIT license