Alias question

Is there any performance cost involved in using aliases? If I am
wrapping a C/C++ class, is it better to define two methods pointing to
the same function or just one and alias the other one?