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

Method init

sql/sql_array.h:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 void init(PSI_memory_key psi_key, size_t prealloc=16, size_t increment=16)
130 {
131 init_dynamic_array2(psi_key, &array, sizeof(Elem), 0, prealloc, increment, MYF(0));
132 }
133
134 /**
135 @note Though formally this could be declared "const" it would be

Callers

nothing calls this directly

Calls 1

init_dynamic_array2Function · 0.85

Tested by

no test coverage detected