MCPcopy 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
287extern "C" void* mc_calloc(size_t nmemb, size_t size)
288{
289 return mc_zalloc(nmemb * size);
290}
291
292extern "C" void* mc_realloc(void* ptr, size_t size)
293{

Callers

nothing calls this directly

Calls 1

mc_zallocFunction · 0.85

Tested by

no test coverage detected