pub unsafe fn enable_alloc_after_fork()Expand description
allows the allocator to remain unsable in the child process,
after a call to fork(2)
#Safety
if used, this function must be called, before any allocations are made with the global allocator.