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

Function json_norm_init_dynamic_array

strings/json_normalize.c:296–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294
295
296int
297json_norm_init_dynamic_array(size_t element_size, void *where)
298{
299 const size_t init_alloc= JSON_DEPTH_INC;
300 const size_t alloc_increment= JSON_DEPTH_INC;
301 return my_init_dynamic_array(PSI_JSON, where, element_size,
302 init_alloc, alloc_increment,
303 JSON_MALLOC_FLAGS);
304}
305
306
307int

Callers 5

json_normalize_sortFunction · 0.85
json_norm_value_freeFunction · 0.85
json_norm_to_stringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected