Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Include dependency graph for lockedpool.cpp:Go to the source code of this file.
Macros | |
| #define | ASIZE 2048 |
| #define | BITER 5000 |
| #define | MSIZE 2048 |
Functions | |
| static void | BenchLockedPool (benchmark::State &state) |
| BENCHMARK (BenchLockedPool) | |
Macro Definition Documentation
◆ ASIZE
| #define ASIZE 2048 |
Definition at line 12 of file lockedpool.cpp.
Referenced by BenchLockedPool().
◆ BITER
| #define BITER 5000 |
Definition at line 13 of file lockedpool.cpp.
Referenced by BenchLockedPool().
◆ MSIZE
| #define MSIZE 2048 |
Definition at line 14 of file lockedpool.cpp.
Referenced by BenchLockedPool().
Function Documentation
◆ BenchLockedPool()
|
static |
Definition at line 16 of file lockedpool.cpp.
References Arena::alloc(), ASIZE, BITER, Arena::free(), benchmark::State::KeepRunning(), and MSIZE.
◆ BENCHMARK()
| BENCHMARK | ( | BenchLockedPool | ) |

