MySQL 9.1.0
Source Code Documentation
|
#include <algorithm>
#include <memory>
#include <type_traits>
#include <utility>
#include <assert.h>
#include <stdint.h>
#include "my_alloc.h"
Go to the source code of this file.
Classes | |
class | mem_root_deque< Element_type > |
A (partial) implementation of std::deque allocating its blocks on a MEM_ROOT. More... | |
class | mem_root_deque< Element_type >::Iterator< Iterator_element_type > |
struct | mem_root_deque< Element_type >::Block |
Functions | |
template<class Element_type > | |
static constexpr size_t | FindElementsPerBlock () |
|
staticconstexpr |