CPPuddle
Loading...
Searching...
No Matches
Namespaces | Functions
buffer_management_interface.hpp File Reference
#include "detail/buffer_management.hpp"
Include dependency graph for buffer_management_interface.hpp:
This graph shows which files directly or indirectly include this file:

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 ()
 

Detailed Description

Memory recycling public interface