Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ mc_calloc
Function
mc_calloc
Sming/Components/malloc_count/malloc_count.cpp:287–290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
}
286
287
extern
"C"
void* mc_calloc(size_t nmemb, size_t size)
288
{
289
return mc_zalloc(nmemb * size);
290
}
291
292
extern
"C"
void* mc_realloc(void* ptr, size_t size)
293
{
Callers
nothing calls this directly
Calls
1
mc_zalloc
Function · 0.85
Tested by
no test coverage detected