MySQL 8.3.0
Source Code Documentation
prealloced_array.h File Reference
#include <assert.h>
#include <stddef.h>
#include <algorithm>
#include <new>
#include <type_traits>
#include <utility>
#include "my_compiler.h"
#include "my_inttypes.h"
#include "my_sys.h"
#include "mysql/psi/psi_memory.h"
#include "mysql/service_mysql_alloc.h"

Go to the source code of this file.

Classes

class  Prealloced_array< Element_type, Prealloc >
 A typesafe replacement for DYNAMIC_ARRAY. More...
 
struct  Prealloced_array< Element_type, Prealloc >::External