Below is part of the source code of an allocator from the sgistl(2.91.57)
void ( *set_malloc_handler( void(*f)() ) ) ()
{
}
The purpose of this function is mimic the behavior of set_new_handler.
But i don't know what is the meaning of this function.
return type = void
name = ?
parameter lists = () ?
Thank you very much