You copied the Doc URL to your clipboard.
malloc()
, realloc()
, calloc()
,
and free()
are built on a heap abstract data
type. You can choose between Heap1 or Heap2, the two provided heap
implementations.
The default implementations of malloc()
, realloc()
,
and calloc()
maintain an eight-byte aligned
heap.
- Concepts
- Tasks
- Reference
ARM C and C++ Libraries and Floating-Point Support Reference Guide: