MEMM-122 — Cannot register a pair of related cleanup functions in pools
Kernun memory manager provides a mechanism of cleanup functions which are dynamically registered in a resource pool and automatically called at appropriate time (when the pool is destroyed). It is also possible to register a cleanup function which is automatically unregistered if some other pool is cleared. This message reports that registration of a pair of cleanup functions failed, but the process will not be terminated immediately. The error condition is passed to a caller which must handle the error.