Assert absence of memory leaks in randomized multi-threaded tree test
This commit is contained in:
parent
a3e08e7c31
commit
043a2fc0d9
4 changed files with 24 additions and 9 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
namespace record_alloc {
|
||||
|
||||
void start();
|
||||
void start(bool multi_threaded_mode = false);
|
||||
void stop();
|
||||
void fail_at_allocation_index(size_t failure_index);
|
||||
std::vector<size_t> outstanding_allocation_indices();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue