mk_callocfunction
void * mk_calloc(size_t count, size_t size)Allocate zeroed memory with Tracy tracking.
| Parameter | Type | Description |
|---|---|---|
count | size_t | Number of elements |
size | size_t | Size of each element |
Returns Pointer to allocated memory, or NULL on failure