malloc top-level constant
MallocAllocator
const malloc
Uses global memory instance to manage memory.
Does not initialize newly allocated memory to zero. Use calloc for zero-initialized memory allocation.
Implementation
const MallocAllocator malloc = MallocAllocator._();