MCPcopy Create free account
hub / github.com/MariaDB/server / Dynamic_array

Method Dynamic_array

sql/sql_array.h:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 DYNAMIC_ARRAY array;
116public:
117 Dynamic_array(PSI_memory_key psi_key, size_t prealloc=16, size_t increment=16)
118 {
119 init(psi_key, prealloc, increment);
120 }
121
122 Dynamic_array(MEM_ROOT *root, size_t prealloc=16, size_t increment=16)
123 {

Callers

nothing calls this directly

Calls 3

alloc_rootFunction · 0.85
init_dynamic_array2Function · 0.85
initFunction · 0.50

Tested by

no test coverage detected