calloc top-level constant
CallocAllocator
const calloc
Uses global memory instance to manage memory.
Initializes newly allocated memory to zero. Use malloc for uninitialized memory allocation.
Implementation
const CallocAllocator calloc = CallocAllocator._();