# Hello, I'm looking at the allocation function signature and there is a ret_addr parameter. What is this used for? isnt the return address accesible to the function implicitly using the ABI? why pass it as a parameter aswell?
# The advantage over @returnAddress() directly is that the wrapper functions can pass their return addresses, so you skip a few irrelevant stack frames