mdns_mem_calloc() function
Allocate and zero memory.
Syntax
void *mdns_mem_calloc(size_t num,
size_t size);
Arguments
size
Size of each element.
Return value
Pointer to allocated memory, or NULL on failure.
mdns_mem_calloc() is called by 4 functions and calls 1 function:
![]()
mdns_mem_calloc()
mdns_mem_calloc():
![]()
mdns_mem_calloc()