Concepts

malloc

A function that requests dynamic memory at runtime, which is discouraged in real‑time code because it can cause unpredictable delays.

Return to all terms