Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- F = fun() ->receive after infinity -> ok end end,
- {_,Bytes}=process_info(spawn(F),memory),
- Bytes div erlang:system_info(wordsize)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement