dynamically allocated heap memory in C (with the malloc and free functions) o code example Example: allocate memory c ptr = (castType*)calloc(n, size);