Synopsis
void ctl_arp_set_memory_allocator(CTL_MEMORY_ALLOCATOR_t *allocator);
Description

ctl_arp_set_memory_allocator sets ARP memory allocator to allocator. If allocator is zero, the ARP cache uses the system memory allocator ctl_system_memory_allocator.

Thread Safety

ctl_arp_set_memory_allocator is thread-safe.