Looks ok but suffers from the usual problem that allocations/deallocations are 
ignored and these too can block. (In pretty much every allocator that is used 
in production. Note that Nim's is particularly bad since it uses a single 
global lock in allocShared...)

Reply via email to