mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-24 21:15:58 +00:00
Remove ConcurrentObject and rename to SharedData
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_IPEERS_H
|
||||
#define RIPPLE_IPEERS_H
|
||||
#ifndef RIPPLE_IPEERS_H_INCLUDED
|
||||
#define RIPPLE_IPEERS_H_INCLUDED
|
||||
|
||||
/** Manages the set of connected peers.
|
||||
*/
|
||||
|
||||
@@ -133,14 +133,14 @@ int rippleMain (int argc, char** argv)
|
||||
// At exit, reports all memory blocks which have not been freed.
|
||||
//
|
||||
#if 1
|
||||
//Debug::setHeapReportLeaks (false);
|
||||
Debug::setHeapReportLeaks (false);
|
||||
|
||||
#else
|
||||
// This is some temporary leak checking test code
|
||||
//
|
||||
Debug::setHeapReportLeaks (true);
|
||||
Debug::setHeapReportLeaks (false);
|
||||
|
||||
malloc (512); // Any leaks before this line in the output are from static initializations.
|
||||
//malloc (512); // Any leaks before this line in the output are from static initializations.
|
||||
|
||||
ThreadWithCallQueue t ("test");
|
||||
GlobalPagedFreeStore::getInstance ();
|
||||
|
||||
Reference in New Issue
Block a user