CPPuddle
|
#include "detail/buffer_management.hpp"
Go to the source code of this file.
Namespaces | |
namespace | cppuddle |
namespace | cppuddle::memory_recycling |
CPPuddle namespace containing the memory recycling functionality. | |
Functions | |
void | cppuddle::memory_recycling::print_buffer_counters () |
Print performance counters of all buffer managers to stdout. | |
void | cppuddle::memory_recycling::force_buffer_cleanup () |
void | cppuddle::memory_recycling::unused_buffer_cleanup () |
Deletes all buffers currently marked as unused. | |
void | cppuddle::memory_recycling::finalize () |
Memory recycling public interface