* refactor: remove unnecessary func tr_valloc() We're only using it in a handful of places, and none of them need the kind of alignment that posix_memalign() provide. So we can drop a few dozen lines by removing the portability wrapper.