multi_heap_set_lock() function
Associate a private lock pointer with a heap The lock argument is supplied to the MULTI_HEAP_LOCK() and MULTI_HEAP_UNLOCK() macros, defined in multi_heap_platform.h. The lock in question must be recursive. When the heap is first registered, the associated lock is NULL.
Arguments
heap
Handle to a registered heap.
lock
Optional pointer to a locking structure to associate with this heap.