Synopsis
CTL_HEAP_t platform_system_heap;
Description

platform_system_heap is a general system heap that is primarily used by the network library for maintaining non-data control structures for DNS, ARP, and so on. It is separate from the network heap that is used to hold TCP segments for transmission by the MAC.

platform_system_heap is initialized by platform_configure_nic.

See Also

platform_configure_nic, platform_network_heap