Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
static void *
110
json_norm_malloc(size_t size)
111
{
112
return my_malloc(PSI_JSON, size, JSON_MALLOC_FLAGS);
113
}
114
115
116
int
Callers
3
json_norm_string_init
Function · 0.85
json_normalize_number
Function · 0.85
json_normalize
Function · 0.85
Calls
1
my_malloc
Function · 0.85
Tested by
no test coverage detected