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

Function json_norm_malloc

strings/json_normalize.c:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108
109static void *
110json_norm_malloc(size_t size)
111{
112 return my_malloc(PSI_JSON, size, JSON_MALLOC_FLAGS);
113}
114
115
116int

Callers 3

json_norm_string_initFunction · 0.85
json_normalize_numberFunction · 0.85
json_normalizeFunction · 0.85

Calls 1

my_mallocFunction · 0.85

Tested by

no test coverage detected