MySQL 8.0.40
Source Code Documentation
|
Container class that provides a contiguous memory buffer to the caller, which the caller can request to grow. More...
#include <limits>
#include "grow_calculator.h"
#include "grow_status.h"
#include "libbinlogevents/include/nodiscard.h"
#include "libbinlogevents/include/resource/allocator.h"
#include "libbinlogevents/include/resource/memory_resource.h"
#include "rw_buffer.h"
#include "libbinlogevents/include/wrapper_functions.h"
Go to the source code of this file.
Classes | |
class | mysqlns::buffer::Managed_buffer< Char_tp > |
Owned, growable, contiguous memory buffer. More... | |
class | mysqlns::buffer::Preallocated_managed_buffer< Char_t, preallocated_size > |
Namespaces | |
namespace | mysqlns |
namespace | mysqlns::buffer |
Variables | |
constexpr std::size_t | mysqlns::buffer::default_preallocated_managed_buffer_size |
Container class that provides a contiguous memory buffer to the caller, which the caller can request to grow.
The growth rate is determined by a Grow_calculator.